From 3d7192d9fac15de78d88c06bab8c57704bcda93a Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Thu, 24 Jan 2013 01:16:23 +0000 Subject: [PATCH] Typo in mongoose.h fixed --- mongoose.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.h b/mongoose.h index 17ae33c3a..d3745cdd3 100644 --- a/mongoose.h +++ b/mongoose.h @@ -328,7 +328,7 @@ int mg_get_cookie(const struct mg_connection *, // char ebuf[100]; // struct mg_connection *conn; // conn = mg_download("google.com", 80, 0, ebuf, sizeof(ebuf), -// "%s", "GET / HTTP/1.0\r\n\r\nHost: google.com\r\n\r\n"); +// "%s", "GET / HTTP/1.0\r\nHost: google.com\r\n\r\n"); struct mg_connection *mg_download(const char *host, int port, int use_ssl, char *error_buffer, size_t error_buffer_size, const char *request_fmt, ...); -- GitLab