Skip to content

Commit 7bb6506

Browse files
authored
Merge pull request #623 from lightpanda-io/http_client_keepalive
add keepalive to http client
2 parents b086337 + 64f8031 commit 7bb6506

File tree

3 files changed

+642
-295
lines changed

3 files changed

+642
-295
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)