| 701:936e5487418a | 702:ee80191310ca |
|---|---|
| 28 | 28 |
| 29 #include "io.h" | 29 #include "io.h" |
| 30 | 30 |
| 31 #include "testutils.h" | 31 #include "testutils.h" |
| 32 | 32 |
| 33 #include <limits.h> | |
| 34 | |
| 33 | 35 |
| 34 CX_TEST(test_io_http_stream_parse_chunk_header_hdronly_first) { | 36 CX_TEST(test_io_http_stream_parse_chunk_header_hdronly_first) { |
| 35 char *str = strdup("100\r\n"); | 37 char *str = strdup("100\r\n"); |
| 36 size_t len = strlen(str); | 38 size_t len = strlen(str); |
| 37 char *str2 = strdup("12345\r\n"); | 39 char *str2 = strdup("12345\r\n"); |