mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 19:19:00 +08:00
Fix URL
This commit is contained in:
parent
2b287f50f1
commit
dca08d32bd
@ -12,7 +12,7 @@
|
||||
#include "mongoose.h"
|
||||
|
||||
// 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
|
||||
static void fn(struct mg_connection *c, int ev, void *ev_data, void *fn_data) {
|
||||
|
Loading…
Reference in New Issue
Block a user