aboutsummaryrefslogtreecommitdiff
path: root/80/index.md
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /80/index.md
Initial versionHEADmain
Diffstat (limited to '80/index.md')
-rw-r--r--80/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/80/index.md b/80/index.md
new file mode 100644
index 0000000..c336654
--- /dev/null
+++ b/80/index.md
@@ -0,0 +1,10 @@
+Title: Handle errors in SSL_read() and SSL_write()
+Author: rodarima
+Created: Sat, 17 Feb 2024 12:04:39 +0000
+State: closed
+
+We cannot rely on the return value and the errno, the function SSL_get_error() must be used to determine what happen and if we need to retry again. A wrapper function translates the SSL error into a proper errno value.
+
+In the case a premature EOF is sent by the server, the error queue is emptied before the error is returned.
+
+Fixes: https://github.com/dillo-browser/dillo/issues/79 \ No newline at end of file