trunk/src/lib/web/mongoose.c
| r25364 | r25365 | |
| 4007 | 4007 | // so the queue begins after it. |
| 4008 | 4008 | unsigned char *buf = (unsigned char *) conn->buf + conn->request_len; |
| 4009 | 4009 | int bits, n, stop = 0; |
| 4010 | | size_t i, len, mask_len, data_len, header_len, body_len; |
| 4010 | size_t i, len, mask_len = 0, data_len = 0, header_len, body_len; |
| 4011 | 4011 | // data points to the place where the message is stored when passed to the |
| 4012 | 4012 | // websocket_data callback. This is either mem on the stack, |
| 4013 | 4013 | // or a dynamically allocated buffer if it is too large. |