Bug - Waiting for Info Mall sharing connection header being set twice

Catch-22

Active member
Noted here but I figured I would post a bug report in case it gets buried.

The "Connection" header is being set to "close" and then a 2nd header is trying to set it to "keep-alive".
 

roippi

Developer
Where are you seeing this? Wireshark tells me:

Code:
589	94.803038000	192.168.1.106	74.207.233.202	HTTP	252	GET /scripts/updateprices.php?action=getmap HTTP/1.1 

Hypertext Transfer Protocol
GET /scripts/updateprices.php?action=getmap HTTP/1.1\r\n
Connection: close\r\n
User-Agent: KoLmafia v15.9 Java/1.6.0_32\r\n
...

And then after fetching prices

Code:
746	95.799164000	192.168.1.106	74.207.233.202	TCP	54	49280 > http [RST, ACK] Seq=199 Ack=94766 Win=0 Len=0
 
Top