Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: не корректная обработка	 POST в IE
 
 
> Сделал все по советам Валерия Холодкова,
> http://forum.nginx.org/read.php?21,26678,26955#msg-26955
> 
> все отлично работает, но вот POST от IE не обрабатывается
> в какую сторону копать?
Вот логи обработки POST FF:
2010/01/25 12:39:55 [debug] 17184#0: *7 POST len=505
2010/01/25 12:39:55 [debug] 17184#0: *7 http client request body preread 505
2010/01/25 12:39:55 [debug] 17184#0: *7 malloc: 0000000800E62000:4096
2010/01/25 12:39:55 [debug] 17184#0: *7 start body_handler 
2010/01/25 12:39:55 [debug] 17184#0: *7 phase_handler start
2010/01/25 12:39:55 [debug] 17184#0: *7 phase_handler code=0 
2010/01/25 12:39:55 [debug] 17184#0: *7 call ngx_http_memcacheset_phase_handler 
code=0 
2010/01/25 12:39:55 [debug] 17184#0: *7 http finalize request: 0, 
"/memset?mapCacheGet=chat-user&mapCacheSet=queue_chat-update-1&key=xxx&keyq=yyy"
 a:1, c:2
2010/01/25 12:39:55 [debug] 17184#0: *7 http request count:2 blk:0
2010/01/25 12:39:55 [debug] 17184#0: *7 call ngx_http_read_client_request_body 
code=0
А вот как обрабатывает IE:
2010/01/25 12:41:04 [debug] 17184#0: *41 POST len=505
2010/01/25 12:41:04 [debug] 17184#0: *41 malloc: 0000000800E62000:4096
2010/01/25 12:41:04 [debug] 17184#0: *41 http read client request body
2010/01/25 12:41:04 [debug] 17184#0: *41 recv: eof:0, avail:0, err:0
2010/01/25 12:41:04 [debug] 17184#0: *41 http client request body recv -2
2010/01/25 12:41:04 [debug] 17184#0: *41 http client request body rest 505
2010/01/25 12:41:04 [debug] 17184#0: *41 event timer add: 65: 
60000:1264412524777
2010/01/25 12:41:04 [debug] 17184#0: *41 call ngx_http_read_client_request_body 
code=-2
 
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
 
 
 |