Fossil

Changes On Branch ssl-read-loops
Login

Changes On Branch ssl-read-loops

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch ssl-read-loops Excluding Merge-Ins

This is equivalent to a diff from 7f5877e8 to 95256636

2022-01-26
13:10
Updates to the change log. ... (check-in: 076e7863 user: drh tags: trunk)
07:41
Alternative to [b890451cfb], [b70557f690] and [acffc8f785] to fix the SSL_read() loops on Windows. Pending tests on non-Windows platforms. ... (Closed-Leaf check-in: 95256636 user: florian tags: ssl-read-loops)
2022-01-25
19:36
Corrected parsing of /json-mode POST data in TLS mode. Extended /json/wiki/preview to support a mimetype option. ... (check-in: 7f5877e8 user: stephan tags: trunk)
18:14
ssl_read_server() now returns 0 on read error and lets the higher-level code deal with the short read. This might resolve the issue under discussion in forum post 2f818850abb72719. ... (check-in: acffc8f7 user: stephan tags: trunk)

Changes to src/blob.c.

Changes to src/http_ssl.c.

Changes to src/winhttp.c.