Bug 1092368 - alt-svc-04. r=hurley

This commit is contained in:
Patrick McManus 2014-10-31 17:27:14 -04:00
Родитель 59b510b887
Коммит c54e1b005c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,7 +7,7 @@
/*
Alt-Svc allows separation of transport routing from the origin host without
using a proxy. See https://httpwg.github.io/http-extensions/alt-svc.html and
https://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-03
https://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-04
Nice To Have Future Enhancements::
* flush on network change event when we have an indicator

Просмотреть файл

@ -24,7 +24,7 @@ HTTP_ATOM(Accept_Ranges, "Accept-Ranges")
HTTP_ATOM(Age, "Age")
HTTP_ATOM(Allow, "Allow")
HTTP_ATOM(Alternate_Service, "Alt-Svc")
HTTP_ATOM(Alternate_Service_Used, "Alt-Svc-Used")
HTTP_ATOM(Alternate_Service_Used, "Alt-Used")
HTTP_ATOM(Assoc_Req, "Assoc-Req")
HTTP_ATOM(Authentication, "Authentication")
HTTP_ATOM(Authorization, "Authorization")