-
- command: `uv lock -U` uses our internal registry, backed by Tencent COS.
- uv platform: macOS
- uv version: uv 0.4.29 (Homebrew, 2024-10-30)
error log:
```
error: Failed to download `somethin…
-
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
-
## Steps to reproduce
1. Start a basic Tornado HTTP/1.1 server.
2. Send it a request with an invalid method:
```bash
printf '\x22\x28\x29\x2c\x2f\x3a\x3b\x3c\x3d\x3e\x3f\x40\x5b\x5c\x5d\x7b\x7d\xa…
-
In GitLab by @pvdbosch on Nov 14, 2019, 12:11
When creating or updating resources it may be necessary to expose conflicts and to prevent the 'lost update' or 'initially created' problem. Following …
-
**Describe the bug**
Current implementation of json audit logs generates log entries with duplicated keys in the event of repeated headers in either the request or response. This is _technically_ n…
-
I need a multi value header, namely `Accept-Language`. As per my understanding from [RFC 9110 HTTP Semantics](https://www.rfc-editor.org/rfc/rfc9110.html#section-5.2) and [Mozilla Docs](https://develo…
-
### Describe the bug
When using aiohttp with an HTTP proxy, the following exception occurs in some cases:
![1_exception](https://github.com/aio-libs/aiohttp/assets/10967857/89ef9221-0419-45d6-9f…
-
Task的标题里只写了HTTP 302 Found,但是下面又说“set status code to 30x”,请问到底该以哪个为准?以及如果要返回多种status code的话每种code对应的具体情况是什么?
谢谢🙏
-
### Detailed Description of the Problem
I have an application based on the Spring Boot framework with Jetty as an embedded server. This application is configured to handle HTTP/2 cleartext (H2C) re…
-
[409 Conflict](https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.10) could be used in case of error when processing a `PUT HTTP` method.