推 yan12125:可能是你的網路環境有特別的設定(proxy?) 換台電腦試試 12/01 23:59
→ yan12125:抱歉,剛剛沒有仔細看code,是while()有問題 12/02 00:59
→ yan12125:應該寫while(resp_leng>0),因為tcp packet的大小不是 12/02 01:00
→ yan12125:1024的倍數,這樣寫會變成讀完一個封包就離開while 12/02 01:01
→ yan12125:還有response += string(response).substr(0, resp_leng) 12/02 01:04
→ yan12125:應該寫response.append(buffer, resp_leng),不然可能會 12/02 01:06
→ yan12125:crash 12/02 01:09
→ adxis:302的話,你要的網頁在 location header field 得另外送req 12/02 03:29
→ adxis:(request) 12/02 03:29
推 pichubaby:建議去看RFC2616,或是至少先看過wiki的HTTP Statuscode 01/02 03:30