diff --git a/netwerk/protocol/http/AlternateServices.h b/netwerk/protocol/http/AlternateServices.h index caa90cbafcf6..e7603a64bc1f 100644 --- a/netwerk/protocol/http/AlternateServices.h +++ b/netwerk/protocol/http/AlternateServices.h @@ -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 diff --git a/netwerk/protocol/http/nsHttpAtomList.h b/netwerk/protocol/http/nsHttpAtomList.h index 2ad6baa006df..3222a3449e1b 100644 --- a/netwerk/protocol/http/nsHttpAtomList.h +++ b/netwerk/protocol/http/nsHttpAtomList.h @@ -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")