Defines | |
| #define | STREAM_ERROR 1200 |
| #define | STREAM_ERROR_INVALID_TYPE (STREAM_ERROR + 1) |
| #define | STREAM_ERROR_SOCKET_ERROR (STREAM_ERROR + 2) |
| #define | STREAM_ERROR_NO_CHUNK_SIZE (STREAM_ERROR + 3) |
| #define | STREAM_ERROR_WRONG_CHUNK_SIZE (STREAM_ERROR + 4) |
|
|
Generic stream error. Definition at line 62 of file nanohttp-stream.h. |
|
|
Definition at line 63 of file nanohttp-stream.h. Referenced by http_input_stream_read(). |
|
|
Definition at line 65 of file nanohttp-stream.h. |
|
|
Definition at line 64 of file nanohttp-stream.h. |
|
|
Definition at line 66 of file nanohttp-stream.h. |
1.4.6