summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_h1proto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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