-
## 1. 概要
## 2. 目的
## 3. 提案内容
## 4. タスク
- [ ] 細かいタスクに分解できているなら書き出す
-
Maybe a bit off-topic for this PR, but when returning a `Connection: close` do you pause before closing to allow the client to do an active close avoiding `TIME_WAIT` on the server side?
_Originall…
-
https://datatracker.ietf.org/doc/html/rfc9112
What do we need to change?
New http 1.1 standard... seems to be dropping http 1.0?
ronag updated
2 years ago
-
Hyper currently allows processing requests without and with multiple Host headers.
As per [rfc7230 3.3.3](https://datatracker.ietf.org/doc/html/rfc7230#section-3.3.3):
> A server MUST respond wi…
-
This issue was created automatically with bugzilla2github.py
# Bugzilla Bug 480
Date: 2024-03-21T22:30:28+01:00
From: @vlcinsky
To: @ingeniumfaber
Last updated: 2024-03-21T22:30:28+01:00
-
Hi guys, I'm facing this issue where unit returns 411 content-length required when the request doesn't specify the content-length, but it actually specifies Transfer-Encoding: Chunked.
```
co…
robjr updated
5 months ago
-
`If-None-Match: *`: そこにあれば412 (RFC 9112 § 13.1.2)、なければ404
-
It appears some rfc referenced in the 2x specification and CDMI extension documents may have been updated. We should consider an audit on impacts, if any, to the cdmi 2x specification and associated e…
-
When OLS receives a message with an unrecognized `Transfer-Encoding` value, it is ignored. This is dangerous because the `Transfer-Encoding` header affects message framing, so there is little certaint…
-
### Zig Version
0.14.0-dev.1860+2e2927735
### Steps to Reproduce and Observed Behavior
Add dependency to your build.zig.zon:
```
.url = "https://www.sqlite.org/2024/sqlite-autoconf-3450000.tar.…