1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

DEPRECATE: remove release date from 7.62.0

Since it will slip and the version is the important part there, not the
date.
This commit is contained in:
Daniel Stenberg 2018-08-04 00:21:16 +02:00
parent 7279c47f11
commit 8bab3e2eba
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -53,10 +53,9 @@ In 2018, pipelining *should* be abandoned and HTTP/2 should be used instead.
### State
In 7.62.0 (release planned to happen in September 2018), we add code
that ignores the "enable pipeline" option setting). The *setopt() function
would still return "OK" though so the application couldn't tell that this is
happening.
In 7.62.0, we will add code that ignores the "enable pipeline" option
setting). The *setopt() function would still return "OK" though so the
application couldn't tell that this is happening.
Users who truly need pipelining from that version will need to modify the code
(ever so slightly) and rebuild.