In case client decides to send a trailing headers frame, the last data frame will not carry END_STREAM flag. In result, with current logic server would not include END_STREAM flag either, causing the connection to stall. This commit fixes this logic, so that the server replies accordingly in case END_STREAM flag is present in the trailing headers frame. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| headers | ||
| CMakeLists.txt | ||
| http_client.c | ||
| http_hpack.c | ||
| http_huffman.c | ||
| http_parser_url.c | ||
| http_parser.c | ||
| http_server_core.c | ||
| http_server_http1.c | ||
| http_server_http2.c | ||
| http_server_ws.c | ||
| Kconfig | ||
| README_http_parser | ||