http: add flag for chunked encoding
When formatting a message to HTTP 1.1, chunked encoding is often necessary. However if the input message structure is not tied to any specific HTTP version, it cannot contain the chunked encoding, which will only be added when formatting.
Showing
- modules/access/http/h1conn.c 1 addition, 1 deletionmodules/access/http/h1conn.c
- modules/access/http/message.c 4 additions, 1 deletionmodules/access/http/message.c
- modules/access/http/message.h 2 additions, 1 deletionmodules/access/http/message.h
- modules/access/http/message_test.c 1 addition, 1 deletionmodules/access/http/message_test.c
Loading
Please register or sign in to comment