Removed blanks

master-31012017
Adam Dunkels 2016-11-02 21:53:43 +01:00
parent c484ee4998
commit 937fddbedf
2 changed files with 0 additions and 2 deletions

View File

@ -161,7 +161,6 @@ parse_header_byte(struct websocket_http_client_state *s,
}
}
/* Keep eating header bytes until we reach the end of it. The end is
indicated by the string "\r\n\r\n". We don't actually look at any
of the headers.

View File

@ -49,7 +49,6 @@ typedef enum {
WEBSOCKET_PONG_RECEIVED = 11,
} websocket_result_t;
struct websocket;
typedef void (* websocket_callback)(struct websocket *s,