Skip to content

Commit

Permalink
C is on port 8085
Browse files Browse the repository at this point in the history
  • Loading branch information
mwynholds committed Oct 21, 2011
1 parent 1b05f7e commit 525cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/hellod.c
Expand Up @@ -11,7 +11,7 @@
#define HEADER_TEXT "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Type: text/html\r\nContent-Length: %lu\r\n\r\n"

char *address = "0.0.0.0";
int port = 8000;
int port = 8085;

void
exit_cleanly()
Expand Down

0 comments on commit 525cc77

Please sign in to comment.