summaryrefslogtreecommitdiff
path: root/lib/altsvc.c
Commit message (Collapse)AuthorAgeFilesLines
* altsvc: make it use h3-22 with ngtcp2 as wellDaniel Stenberg2019-08-121-2/+2
|
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-081-31/+26
| | | | | | | | | | | So that users can mask in/out specific HTTP versions when Alt-Svc is used. - Removed "h2c" and updated test case accordingly - Changed how the altsvc struct is laid out - Added ifdefs to make the unittest run even in a quiche-tree Closes #4201
* altsvc: make quiche use h3-22 nowDaniel Stenberg2019-08-061-2/+2
|
* altsvc: fix removal of expired cache entryDaniel Stenberg2019-08-051-0/+1
| | | | Closes #4192
* altsvc: with quiche, use the quiche h3 alpn stringDaniel Stenberg2019-08-031-0/+9
| | | | Closes #4183
* alt-svc: more liberal ALPN name parsingDaniel Stenberg2019-08-031-1/+1
| | | | | | | | | Allow pretty much anything to be part of the ALPN identifier. In particular minus, which is used for "h3-20" (in-progress HTTP/3 versions) etc. Updated test 356. Closes #4182
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-6/+4
| | | | | | | | | They serve very little purpose and mostly just add noise. Most of them have been around for a very long time. I read them all before removing or rephrasing them. Ref: #3876 Closes #3883
* altsvc: Fix building with cookies disablesPo-Chuan Hsieh2019-04-201-1/+1
| | | | | | | | | | | ALTSVC requires Curl_get_line which is defined in lib/cookie.c inside a #if check of HTTP and COOKIES. That makes Curl_get_line undefined if COOKIES is disabled. Fix by splitting out the function into a separate file which can be included where needed. Closes #3717 Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
* lib: Fix typos in commentsDaniel Gustafsson2019-03-221-1/+1
|
* altsvc_out: check the return code from Curl_gmtimeDaniel Stenberg2019-03-031-1/+3
| | | | | | Pointed out by Coverity, CID 1442956. Closes #3640
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+569