itsi 0.2.23 → 0.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f500a7fdc96a95bb73c92215cef369ad5a208c0ef60f260c36257f74a592448
4
- data.tar.gz: 42ccd29b510e972f40b291a0f058b618e4605f2c9379412c853542d7e5e4e8a8
3
+ metadata.gz: 10d9e84f9c396a5ceb5873548fa8dccd0ea8b04503703d0ffe0eb80530f7f465
4
+ data.tar.gz: 15fd1efd42f304eac36e03bb36c35c2cd0ce5a5210bf87003c31e5931274275c
5
5
  SHA512:
6
- metadata.gz: 3e1e1c6426657562728948fbfab3ca19a727e62ba144ef0c1d0c4ab46d6fa4a7152305ea47d4b23cfdb795a906b60e7bea6e8891c6af704ff9486210a7f05a1e
7
- data.tar.gz: 499ba6cd3408cf9e780092e025cb3791af23460cc581dbf774f2774a573b45ddded6c8153358ca3ef6744d6bacc998ac829505c37f329e22dc1e856a7e65891d
6
+ metadata.gz: bac11297190b894e447a742922da67e94bc27b768bd7906948480eb9bf7f007a391503172ff3f4296db75cb4f531f13f731634035c504bcc16b5b4ec43677c60
7
+ data.tar.gz: cd6df636c344905a0d49bb9f57cb1e27c568099ad348b5887ab38e4744f8724f76055e4082d4812ef3f8e833f67f43801991338f518974b1fe02b8a4151aabd6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.2.25] - 2026-04-21
2
+
3
+ - Fix Rack HTTP_COOKIE construction when clients send duplicate Cookie request headers.
4
+
5
+ ## [0.2.24] - 2026-04-18
6
+ - Move TLS handshakes out of the listener accept loop so a slow or incomplete TLS client cannot block later HTTPS accepts.
7
+ - Keep malformed proxy-style requests isolated to their connection task instead of disrupting the listener.
8
+
1
9
  ## [0.2.23] - 2026-04-18
2
10
  - Return a normal 404 for unmatched proxy-style requests such as CONNECT instead of panicking the HTTP listener.
3
11