aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-22 12:32:37 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-22 13:17:29 +0300
commita55b52f02761005a9fedfacaffb0f2c22557a724 (patch)
tree544787fb67f7815d870da1838603753696688d6f /ChangeLog
parent79df07303a611cc949cb1d52adf1a41e60b381f2 (diff)
downloadlibmicrohttpd-a55b52f02761005a9fedfacaffb0f2c22557a724.tar.gz
libmicrohttpd-a55b52f02761005a9fedfacaffb0f2c22557a724.zip
test_upgrade{,_large}: removed use on unportable function
Usage of CORK is not required for upgraded connection, CORK is not portable. To make test behavior unified for all supported platforms, CORK usage is removed from tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 753db214..dcafa01d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Thu 22 Apr 2021 12:32:00 MSK
2 Fixed some typos.
3 Force disable TCP_CORK, TCP_NOPUSH, and TCP_NODELAY before switching
4 connection to "upgraded" mode.
5 Improved portability of the test-suite for upgraded connections. -EG
6
1Tue 20 Apr 2021 17:11:00 MSK 7Tue 20 Apr 2021 17:11:00 MSK
2 Disabled NLS by default in configure. -EG 8 Disabled NLS by default in configure. -EG
3 9