Revision 1780
| trunk/plugins/jsonrpc/mongoose_hacks.c (revision 1780) | ||
|---|---|---|
| 308 | 308 |
process_jsonrpc_tcp_connection(struct mg_connection *conn, char *line) |
| 309 | 309 |
{
|
| 310 | 310 |
int api_version = 0; |
| 311 |
char buf[65535]; |
|
| 311 |
char buf[512 * 1024]; |
|
| 312 | 312 |
int request_len, nread; |
| 313 | 313 |
char *response; |
| 314 | 314 |
|
Also available in: Unified diff
NNTPGrab

