[edk2-devel] [PATCH 0/4] Http Fixes

Oliver Steffen posted 4 patches 2 years, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
NetworkPkg/HttpDxe/HttpImpl.c  | 25 ++++++++++++++++++++++++-
NetworkPkg/HttpDxe/HttpProto.c | 12 ++++++++++++
NetworkPkg/HttpDxe/HttpProto.h |  2 ++
3 files changed, 38 insertions(+), 1 deletion(-)
[edk2-devel] [PATCH 0/4] Http Fixes
Posted by Oliver Steffen 2 years, 2 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720

This set of patches fixes booting from HTTP/1.0 servers.
It also improves the interaction with HTTP/1.1 servers by recognizing
the 'Connection: close' header field, which fixes a problem with
servers that close the connection after a 404-error is encountered.

It also prevents triggering the TCP issue described in
https://bugzilla.tianocore.org/show_bug.cgi?id=3735
when booting from HTTP/1.0 servers.

PR: https://github.com/tianocore/edk2/pull/2564

Oliver Steffen (4):
  NetworkPkg/HttpDxe: Decofigure Tcp4 before reconfiguring
  NetworkPkg/HttpDxe: Add ConnectionClose flag fo HTTP_PROTOCOL
  NetworkPkg/HttpDxe: Detect 'Connection: close' header
  NetworkPkg/HttpDxe: Detect non-HTTP/1.1 servers

 NetworkPkg/HttpDxe/HttpImpl.c  | 25 ++++++++++++++++++++++++-
 NetworkPkg/HttpDxe/HttpProto.c | 12 ++++++++++++
 NetworkPkg/HttpDxe/HttpProto.h |  2 ++
 3 files changed, 38 insertions(+), 1 deletion(-)

-- 
2.35.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#87283): https://edk2.groups.io/g/devel/message/87283
Mute This Topic: https://groups.io/mt/89555127/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-