Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
46047a2
feat: native HTTP/1.1 client + hardening + CI overhaul
casibbald Jul 11, 2026
e9fb958
Windows impl
casibbald Jul 12, 2026
bc6f8a5
Windows impl
casibbald Jul 12, 2026
9c2e269
address additional code 10060 timeout, and 10064 on windows
casibbald Jul 12, 2026
74c1a48
Fix Windows CI: remap WSA errors in connect_remap, retry IOCP delays …
casibbald Jul 12, 2026
adec337
force build
casibbald Jul 12, 2026
0d03116
Offload server to dedicated OS thread to fix Windows IOCP starvation
casibbald Jul 12, 2026
3446118
Remove Connection: close header from send_request_with_headers to fix…
casibbald Jul 12, 2026
05f5c6f
refactor to use the same dedicated-thread server fixture and TCP shut…
casibbald Jul 12, 2026
b09cfcd
adding back goose tests
casibbald Jul 12, 2026
85d50c9
adding back goose tests
casibbald Jul 12, 2026
4236dc4
adding back goose tests
casibbald Jul 12, 2026
13896d0
fix: make goose tests run under cargo test by bypassing CLI arg parsing
casibbald Jul 12, 2026
90cd72f
add: performance tests for body throughput and concurrency scaling
casibbald Jul 12, 2026
5e1207b
perf: add comprehensive server/client performance tests
casibbald Jul 12, 2026
61924bc
perf: add Phase 3 P2/P3 tests — timeout, slow client, malformed handling
casibbald Jul 12, 2026
44a56ba
perf: add Phase 4 tests — concurrent multi-client, HTTP/1.0, malforme…
casibbald Jul 12, 2026
87c2e3c
perf: add Phase 6 memory profiling tests
casibbald Jul 12, 2026
abed643
ci: add structured test report generation
casibbald Jul 12, 2026
c5e2d59
ci: remove duplicate post-pr-comment job, fix generate-reports
casibbald Jul 12, 2026
6545e62
fix(nextest-report): fix double-counting and double-status events
casibbald Jul 12, 2026
28666cd
ci: add report generation, artifact upload/download, and PR comments
casibbald Jul 12, 2026
12d2694
ci: run report generation after each test step
casibbald Jul 12, 2026
58bba07
ci: fix goose-load-tests to capture and report stdout
casibbald Jul 12, 2026
8377b2a
fix(nextest-report): remove emoji characters to fix Windows CP1252 en…
casibbald Jul 12, 2026
e08a510
fix(goose-report): fix syntax error (done -> fi) and improve parser
casibbald Jul 12, 2026
55af87a
fix(goose-report): fix transaction parsing and JSON validity
casibbald Jul 12, 2026
fb714d2
fix(goose-test): use HttpServerWithHeaders<32> to accommodate Goose H…
casibbald Jul 13, 2026
b8ab0b9
fix(goose-report): extract only last [REPORT] block to fix exit code 1
casibbald Jul 13, 2026
d5de2d9
fix(simple-header-test): use dynamic port allocation to prevent AddrI…
casibbald Jul 13, 2026
6a4b939
fix(ci): create target/goose directory before tee in goose-load-tests
casibbald Jul 13, 2026
29bd923
fix(ci): enumerate all 4 matrix combos explicitly to fix missing repo…
casibbald Jul 13, 2026
5663121
fix(ci): skip PR comment on push events and use gh api for fork compa…
casibbald Jul 13, 2026
faee0e3
debug(ci): add set -x and verbose output to PR comment step
casibbald Jul 13, 2026
c6f0a3e
feat(client): complete native HTTP client implementation
casibbald Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
257 changes: 0 additions & 257 deletions .github/workflows/header_load_tests.yml

This file was deleted.

Loading
Loading