1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-29 21:01:13 +03:00

Test for bug report #205

This commit is contained in:
bel
2015-09-26 22:36:19 +02:00
parent ac3e0d8292
commit ebc667a121
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#define DOCUMENT_ROOT "."
#ifdef USE_IPV6
#define PORT "8888,[::]:8886"
#define PORT "8888,[::]:8888"
#else
#define PORT "8888"
#endif