Skip to content

GnuTLS: hide the "premature termination" error condition

Gerd Stolpmann requested to merge gerd/hide-premature-term into master

Closes !21

Some web sites just close the file descriptor instead of sending a proper TLS "bye" record. GnuTLS reacts by shwoing a "premature termination" error. This MR hides this error.

Edited by Gerd Stolpmann

Merge request reports