aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-16 20:46:32 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-16 20:46:32 +0200
commit0d771f770e6c444cfee7f4f588620e9c8b934d97 (patch)
tree78ebf99ae16e6d3282e42494a46c8d427872b404 /ChangeLog
parent11ed3de399e16ca294fd4478596845b444438968 (diff)
downloadlibmicrohttpd-0d771f770e6c444cfee7f4f588620e9c8b934d97.tar.gz
libmicrohttpd-0d771f770e6c444cfee7f4f588620e9c8b934d97.zip
handle gnutls_record_uncork() failure, might help issue PC reported on the list
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8940d51..693abad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Tue 16 Jun 2020 08:44:22 PM CEST
2 Add logic to try again if GNUtls uncork() fails. -CG
3
1Wed 10 Jun 2020 09:44:29 PM CEST 4Wed 10 Jun 2020 09:44:29 PM CEST
2 Fixed PostProcessor bug discovered by MD, which given certain parser 5 Fixed PostProcessor bug discovered by MD, which given certain parser
3 boundaries caused the returned values to be wrong. -CG/MD 6 boundaries caused the returned values to be wrong. -CG/MD