ftinx / webserv

http/1.1 multiplexing webserver
0 stars 0 forks source link

[BUG] 서버 여러개 요청 보낼 시 먹통 #311

Closed yechoi42 closed 3 years ago

yechoi42 commented 3 years ago

포트 이동하면서 리퀘스트 요청을 보내면 처음 한번은 잘 보내져도 다음번 요청이 안보내짐.

yechoi42 commented 3 years ago

readProcess에서 getHeader에서 continue 나옴 readProcess에서 무한루프 돌고 있음

hochan222 commented 3 years ago

put 1개 요청 보내면 괜찮은데 2개연속 보내면 다음과같이 응답중복이 됩니다.


---------------------------------------------------------------------------
PUT /put_test/hi HTTP/1.1
Accept: */*
User-Agent: rawtester
Host: localhost:8080
Content-Length: 9
Content-type: text/plain

123456789
###########################################################################
HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:41 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

---------------------------------------------------------------------------
PUT /put_test/hi2 HTTP/1.1
Accept: */*
User-Agent: rawtester
Host: localhost:8080
Content-Length: 9
Content-type: text/plain

123456789
###########################################################################
HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201

HTTP/1.1 201 Created
content-language: ko
content-length: 0
content-location: /Users/holee/Desktop/webserv/tests/put_test/hi
date: Wed, 21 Apr 2021 13:38:42 KST
location: ./www/index.html
server: ftinx/0.1: first_server
status: 201