mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[peerdist] Add support for PeerDist (aka BranchCache) HTTP content encoding
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -40,3 +40,6 @@ REQUIRE_OBJECT ( httpbasic );
|
||||
#ifdef HTTP_AUTH_DIGEST
|
||||
REQUIRE_OBJECT ( httpdigest );
|
||||
#endif
|
||||
#ifdef HTTP_ENC_PEERDIST
|
||||
REQUIRE_OBJECT ( peerdist );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user