summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28Disabled chunked transfer encoding for 204 responses.Igor Sysoev1-0/+1
2018-09-20Added nginx error 497 response.Igor Sysoev1-0/+2
2018-07-30Sending 408 response on idle connection timeout.Igor Sysoev1-0/+2
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-3/+3
2018-05-30Fixed keep-alive hanging after reconfiguration.Igor Sysoev1-3/+2
2018-04-11Initial access log support.Valentin Bartenev1-6/+13
2018-04-10Splitting HTTP processing in more granulate connection states.Igor Sysoev1-0/+1
2018-04-03HTTP: using r->mem_pool retention counter for response buffers.Igor Sysoev1-3/+10
2018-02-12HTTP: the Date response header.Valentin Bartenev1-0/+1
2018-02-07Fixed reading of the rest of body, again.Valentin Bartenev1-1/+0
2018-01-15Checking for major HTTP version.Valentin Bartenev1-0/+1
2017-12-29Using correct pointer and size for memzero operation.Igor Sysoev1-1/+5
2017-12-28Removed duplicate declaration.Igor Sysoev1-3/+0
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-0/+181