| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 201ecef commit a4e46df
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -513,7 +513,7 @@ static int message_complete_cb(http_parser* parser) { | |||
| 513 | 513 | return 0; | |
| 514 | 514 | } | |
| 515 | 515 | ||
| 516 | - static void data_received_cb(uv_stream_s* tcp, ssize_t nread, | ||
| 516 | + static void data_received_cb(uv_stream_t* tcp, ssize_t nread, | ||
| 517 | 517 | const uv_buf_t* buf) { | |
| 518 | 518 | #if DUMP_READS | |
| 519 | 519 | if (nread >= 0) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments