mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Removed blanks
This commit is contained in:
parent
c484ee4998
commit
937fddbedf
@ -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.
|
||||
|
@ -49,7 +49,6 @@ typedef enum {
|
||||
WEBSOCKET_PONG_RECEIVED = 11,
|
||||
} websocket_result_t;
|
||||
|
||||
|
||||
struct websocket;
|
||||
|
||||
typedef void (* websocket_callback)(struct websocket *s,
|
||||
|
Loading…
Reference in New Issue
Block a user