Fix compilation -- add missing comma.
This commit is contained in:
parent
70da0c0e3b
commit
deeea8143f
@ -309,7 +309,7 @@ establish_http_connection (struct conn_s *connptr, struct request_s *request)
|
|||||||
/* Allow websockets to not be closed after handshake. */
|
/* Allow websockets to not be closed after handshake. */
|
||||||
return write_message (connptr->server_fd,
|
return write_message (connptr->server_fd,
|
||||||
"%s %s HTTP/1.0\r\n"
|
"%s %s HTTP/1.0\r\n"
|
||||||
"Host: %s%s\r\n"
|
"Host: %s%s\r\n",
|
||||||
request->method, request->path,
|
request->method, request->path,
|
||||||
request->host, portbuff);
|
request->host, portbuff);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user