Previous 199869 Revisions Next

r25365 Tuesday 17th September, 2013 at 17:55:42 UTC by smf
fix for building with Visual Studio 2012 (nw)
[src/lib/web]mongoose.c

trunk/src/lib/web/mongoose.c
r25364r25365
40074007   // so the queue begins after it.
40084008   unsigned char *buf = (unsigned char *) conn->buf + conn->request_len;
40094009   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;
40114011   // data points to the place where the message is stored when passed to the
40124012   // websocket_data callback. This is either mem on the stack,
40134013   // or a dynamically allocated buffer if it is too large.

Previous 199869 Revisions Next


© 1997-2024 The MAME Team