-
I got this error when I run "docker logs" and it caused the server not to run even though docker was running
![image](https://github.com/user-attachments/assets/3f829cab-0665-48a8-b216-8e19a861b0b1)
…
-
### Describe the issue
Can't login on rest_of_world through API CLI , stating HTTPStatusError: Client error '429 Too Many Requests'
It just won't go away regardless of the time i wait. (using rest_o…
-
java.lang.IllegalArgumentException: Request header is too large
org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:774)
org.apache.coyote.http11.Http11InputBuffer.parseHeader(Htt…
-
I haven't checked it, but there is a https://github.com/scrapy/scrapy/pull/999#discussion_r105122341 by @adiroiban which suggests HTTP11DownloadHandler.close implementation is not complete.
kmike updated
3 years ago
-
Don't know if this is related to #77 or not. But I have an upstream that only supports HTTP 1.1
Like this:
```
[apps.myapp]
server_name = 'myrpxy.example.com'
reverse_proxy = [{ upstream = [{ l…
-
**Describe the bug**
On reportportal-api all api calls fail with HTTP 400, in the logs of the api we can see :
java.lang.IllegalArgumentException: Request header is too large
at org.apache.coyot…
-
## 작업 요약
개발 서버 info 로그에서 발견된 오류 해결
#### 오류 메시지 1
```
2024-11-22 08:37:04.359 [http-nio-8080-exec-3] [INFO] o.a.c.h.Http11Processor: Error parsing HTTP request header
Note: further occurre…
-
`error output`
```
*** Starting uWSGI 2.1-dev-c0d1e76 (64bit) on [Wed Sep 21 06:34:21 2016] ***
compiled with version: 5.4.0 20160609 on 21 September 2016 06:30:56
os: Linux-3.13.0-85-generic #129-Ub…
-
I try to run a super simple flask server with --http11-socket and --gevent and failed.
I run with this command:
```
uwsgi -w wsgi --http11-socket :5000 -M --workers 2 --gevent 10 --gevent-monke…
zhanp updated
5 years ago
-
Bom dia,
Estou tentando baixar múltiplas camadas do Cadastro Ambiental Rural (CAR) para o estado do Rio Grande do Sul (RS) usando Python 3.13.0 em MacOS 15.1 (24B83). No entanto, o processo falha …