summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_h1proto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03HTTP: using r->mem_pool retention counter for response buffers.Igor Sysoev1-8/+48
2018-03-28nxt_port_buf_completion() and nxt_sendbuf_completion().Igor Sysoev1-2/+2
2018-02-07Fixed reading of the rest of body, again.Valentin Bartenev1-18/+12
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2018-01-16HTTP: fixed chunked response on 32-bit platforms.Igor Sysoev1-1/+1
2018-01-15Checking for major HTTP version.Valentin Bartenev1-0/+5
2018-01-15Improved HTTP version representation.Valentin Bartenev1-2/+2
2018-01-15HTTP parser: improved error reporting.Valentin Bartenev1-3/+24
2018-01-12Fixed reading of the rest of body, broken after 5817734dd9b9.Valentin Bartenev1-1/+0
2018-01-11HTTP: fixed large header buffers allocation and deallocation.Igor Sysoev1-29/+32
2017-12-29Using correct pointer and size for memzero operation.Igor Sysoev1-2/+1
2017-12-29Corrected allocation size of HTTP response header.Igor Sysoev1-2/+6
2017-12-28Disabled Nagle algorithm for keep-alive connections.Igor Sysoev1-0/+4
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-0/+989