Skip to content

Commit 7042bba

Browse files
committed
add keepalive to http client
1 parent b5eea21 commit 7042bba

File tree

3 files changed

+637
-289
lines changed

3 files changed

+637
-289
lines changed

src/browser/xhr/xhr.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ test "Browser.XHR.XMLHttpRequest" {
813813
.{ "req.status", "200" },
814814
.{ "req.statusText", "OK" },
815815
.{ "req.getResponseHeader('Content-Type')", "text/html; charset=utf-8" },
816-
.{ "req.getAllResponseHeaders().length", "61" },
816+
.{ "req.getAllResponseHeaders().length", "80" },
817817
.{ "req.responseText.length", "100" },
818818
.{ "req.response.length == req.responseText.length", "true" },
819819
.{ "req.responseXML instanceof Document", "true" },

0 commit comments

Comments
 (0)