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
|
/* 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
|
indicated by the string "\r\n\r\n". We don't actually look at any
|
||||||
of the headers.
|
of the headers.
|
||||||
|
|
|
@ -49,7 +49,6 @@ typedef enum {
|
||||||
WEBSOCKET_PONG_RECEIVED = 11,
|
WEBSOCKET_PONG_RECEIVED = 11,
|
||||||
} websocket_result_t;
|
} websocket_result_t;
|
||||||
|
|
||||||
|
|
||||||
struct websocket;
|
struct websocket;
|
||||||
|
|
||||||
typedef void (* websocket_callback)(struct websocket *s,
|
typedef void (* websocket_callback)(struct websocket *s,
|
||||||
|
|
Loading…
Reference in a new issue