mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Fix URL
This commit is contained in:
parent
2b287f50f1
commit
dca08d32bd
@ -12,7 +12,7 @@
|
|||||||
#include "mongoose.h"
|
#include "mongoose.h"
|
||||||
|
|
||||||
// The very first web page in history. You can replace it from command line
|
// The very first web page in history. You can replace it from command line
|
||||||
static const char *s_url = "http://info.cern.ch//foo";
|
static const char *s_url = "http://info.cern.ch/";
|
||||||
|
|
||||||
// Print HTTP response and signal that we're done
|
// Print HTTP response and signal that we're done
|
||||||
static void fn(struct mg_connection *c, int ev, void *ev_data, void *fn_data) {
|
static void fn(struct mg_connection *c, int ev, void *ev_data, void *fn_data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user