ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Метод POST, Proxy, SSL



FreeBSD 5.4
nginx/0.3.30

Настройки nginx

worker_processes  1;


events {
    worker_connections  1024;
}


http {
    include       mime.types;
    default_type  application/octet-stream;

    sendfile      on;
    tcp_nodelay   on;

    keepalive_timeout  75;

    gzip  off;

    proxy_buffering off;
    proxy_read_timeout    120;


server {
     listen X.X.X.X:8282;
     server_name bug.somedomain.ru;

     ssl on;
     ssl_certificate /usr/local/etc/nginx/ssl/bug.crt;
     ssl_certificate_key /usr/local/etc/nginx/ssl/bug.key;
     ssl_ciphers
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL;

     access_log /var/log/nginx/bug-access.log;
     error_log /var/log/nginx/bug-error.log debug;

     location / {
     proxy_pass https://bug.somedomain.ru:8282/;
     proxy_redirect default;
        }
    }
}


Собственно все проксируется на Apache, на котором работает Bugzilla 2.20.1. При попытке добавить аттачмент к багу всё заканчивается с ошибкой 504 Gateway Time-out

При этом в логах Apache

attachment.cgi: CGI parsing error: 400 Bad request (malformed multipart POST) at Bugzilla/CGI.pm line 91. attachment.cgi: Compilation failed in require at /usr/local/www/bugzilla/attachment.cgi line 43.

Отладочный лог в аттаче.
2006/03/02 14:26:32 [debug] 50518#0: kevent set event: 15: ft:-1 fl:0005
2006/03/02 14:27:04 [debug] 50518#0: accept on 195.218.239.38:8282, ready: 1
2006/03/02 14:27:04 [debug] 50518#0: malloc: 080B3900:256
2006/03/02 14:27:04 [debug] 50518#0: accept: fd:20 c:1
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer add: 20: 60000:3132550623
2006/03/02 14:27:04 [debug] 50518#0: *1 kevent set event: 20: ft:-1 fl:0025
2006/03/02 14:27:04 [debug] 50518#0: *1 malloc: 080A9000:604
2006/03/02 14:27:04 [debug] 50518#0: *1 malloc: 080C7000:16384
2006/03/02 14:27:04 [debug] 50518#0: *1 malloc: 080B3E00:256
2006/03/02 14:27:04 [debug] 50518#0: *1 malloc: 080CB400:1024
2006/03/02 14:27:04 [debug] 50518#0: *1 malloc: 080CC000:4096
2006/03/02 14:27:04 [debug] 50518#0: *1 http check ssl handshake
2006/03/02 14:27:04 [debug] 50518#0: *1 https ssl handshake: 0x16
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_do_handshake: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL handshake handler: 0
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_do_handshake: 1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL: SSLv3, cipher: "RC4-MD5 SSLv3 
Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5"
2006/03/02 14:27:04 [debug] 50518#0: *1 http process request line
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550623, new: 
3132550680
2006/03/02 14:27:04 [debug] 50518#0: *1 http process request line
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 698
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http request line: "POST 
/attachment.cgi HTTP/1.1"
2006/03/02 14:27:04 [debug] 50518#0: *1 http uri: "/attachment.cgi"
2006/03/02 14:27:04 [debug] 50518#0: *1 http args: ""
2006/03/02 14:27:04 [debug] 50518#0: *1 http exten: "cgi"
2006/03/02 14:27:04 [debug] 50518#0: *1 http process request header line
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Accept: image/gif, 
image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Referer: 
https://bug.digitalxpert.ru:8282/attachment.cgi?bugid=750&action=enter";
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Accept-Language: ru"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Content-Type: 
multipart/form-data; boundary=---------------------------7d635f21293028c"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Accept-Encoding: gzip, 
deflate"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "User-Agent: Mozilla/4.0 
(compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Host: 
bug.digitalxpert.ru:8282"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Content-Length: 360030"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Connection: Keep-Alive"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Cache-Control: no-cache"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header: "Cookie: 
Bugzilla_login=16; Bugzilla_logincookie=269; 
LASTORDER=bugs.bug_status%2Cbugs.priority%2Cmap_assigned_to.login_name%2Cbugs.bug_id;
 BUGLIST=750%3A751"
2006/03/02 14:27:04 [debug] 50518#0: *1 http header done
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer del: 20: 3132550623
2006/03/02 14:27:04 [debug] 50518#0: *1 http phase handler
2006/03/02 14:27:04 [debug] 50518#0: *1 find location for "/attachment.cgi"
2006/03/02 14:27:04 [debug] 50518#0: *1 find location: "/"
2006/03/02 14:27:04 [debug] 50518#0: *1 using configuration "/"
2006/03/02 14:27:04 [debug] 50518#0: *1 http cl:360030 max:1048576
2006/03/02 14:27:04 [debug] 50518#0: *1 malloc: 080CD000:8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 360030
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer add: 20: 60000:3132550743
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 360030
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550781
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 360030
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550784
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 hashed path: 
/var/tmp/nginx/client_body_temp/00000000000
2006/03/02 14:27:04 [debug] 50518#0: *1 add cleanup: 080CC6A8
2006/03/02 14:27:04 [debug] 50518#0: *1 temp fd:23
2006/03/02 14:27:04 [warn] 50518#0: *1 a client request body is buffered to a 
temporary file, client: 195.144.244.234, server: bug.digitalxpert.ru, URL: 
"/attachment.cgi", host: "bug.digitalxpert.ru:8282", referrer: 
"https://bug.digitalxpert.ru:8282/attachment.cgi?bugid=750&action=enter";
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 0
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 351838
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550913
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 351838
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550918
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 351838
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550921
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 351838
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550923
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 351838
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550927
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 343646
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550955
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 343646
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550961
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 343646
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550964
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 343646
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550966
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 343646
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550968
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 343646
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550969
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 16384
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 335454
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132550997
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 335454
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132551003
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 335454
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132551005
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 335454
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132551008
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 335454
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132551011
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 24576
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 327262
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132550743, new: 
3132551037
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 327262
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer del: 20: 3132550743
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer add: 20: 60000:3132551043
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 327262
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551045
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 327262
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551048
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 327262
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551051
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 32768
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 319070
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551172
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 319070
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551178
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 319070
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551180
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 319070
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551184
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 319070
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551186
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 40960
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 310878
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551309
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 310878
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551315
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 310878
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551318
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 310878
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551319
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 310878
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551322
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 310878
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551043, new: 
3132551323
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 49152
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 302686
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer del: 20: 3132551043
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer add: 20: 60000:3132551350
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 302686
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551356
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 302686
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551358
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 302686
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551359
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 302686
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551363
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 57344
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 294494
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551482
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 294494
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551487
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 294494
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551489
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 294494
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551493
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 294494
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551497
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:04 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 65536
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 286302
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551527
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 286302
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551535
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 286302
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551537
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 286302
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551540
2006/03/02 14:27:04 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:04 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:04 [debug] 50518#0: *1 http client request body rest 286302
2006/03/02 14:27:04 [debug] 50518#0: *1 event timer: 20, old: 3132551350, new: 
3132551541
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 73728
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 278110
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer del: 20: 3132551350
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer add: 20: 60000:3132551662
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 278110
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551671
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 278110
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551673
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 278110
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551678
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 81920
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 269918
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551705
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 269918
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551711
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 269918
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551713
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 269918
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551716
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 269918
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551717
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 269918
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551720
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 90112
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 261726
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551840
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 261726
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551847
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 261726
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551850
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 261726
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551853
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 98304
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 253534
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551882
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 253534
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551889
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 253534
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551891
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 253534
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551894
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 106496
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 245342
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551922
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 245342
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551930
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 245342
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551932
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 245342
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551934
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 245342
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551662, new: 
3132551938
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 114688
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 237150
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer del: 20: 3132551662
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer add: 20: 60000:3132551965
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 237150
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132551972
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 237150
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132551976
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 237150
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132551979
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 237150
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132551982
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 122880
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 228958
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552101
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 228958
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552109
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 228958
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552113
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 228958
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552116
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 228958
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552117
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 131072
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 220766
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552144
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 220766
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552151
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 220766
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552153
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 220766
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552156
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 220766
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552157
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 220766
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132551965, new: 
3132552161
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 139264
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 212574
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer del: 20: 3132551965
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer add: 20: 60000:3132552280
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 212574
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552286
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 212574
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552289
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 212574
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552292
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 147456
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 204382
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552319
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 204382
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552325
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 204382
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552327
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 204382
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552330
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 204382
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552334
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 155648
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 196190
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552360
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 196190
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552367
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 196190
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552369
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 196190
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552373
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 196190
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552378
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 163840
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 187998
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552402
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 187998
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552408
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 187998
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552410
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 187998
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552413
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 187998
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552417
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 172032
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 179806
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552456
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 179806
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552461
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 179806
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552463
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 179806
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552466
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 180224
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 171614
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552494
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 171614
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552500
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 171614
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552502
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 171614
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552505
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 171614
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552509
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:05 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 188416
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 163422
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552536
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 163422
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552541
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 163422
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552544
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 163422
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552547
2006/03/02 14:27:05 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:05 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:05 [debug] 50518#0: *1 http client request body rest 163422
2006/03/02 14:27:05 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552550
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 196608
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 155230
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552280, new: 
3132552577
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 155230
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer del: 20: 3132552280
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer add: 20: 60000:3132552582
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 155230
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552585
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 155230
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552587
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 155230
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552590
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 155230
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552592
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 204800
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 147038
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552713
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 147038
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552720
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 147038
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552721
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 147038
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552724
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 147038
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552725
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 147038
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552729
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 212992
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 138846
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552767
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 138846
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552773
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 138846
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552776
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 138846
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552779
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 138846
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552782
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 221184
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 130654
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552809
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 130654
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552815
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 130654
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552817
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 130654
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552819
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 130654
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552822
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 130654
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552824
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 229376
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 122462
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132552582, new: 
3132552854
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 122462
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer del: 20: 3132552582
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer add: 20: 60000:3132553346
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:06 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 237568
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 114270
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553385
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 114270
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553420
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 114270
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553421
2006/03/02 14:27:06 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:06 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:06 [debug] 50518#0: *1 http client request body rest 114270
2006/03/02 14:27:06 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553454
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 245760
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 106078
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553580
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 106078
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553586
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 106078
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553588
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 106078
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553590
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 106078
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553592
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 106078
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553346, new: 
3132553595
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 253952
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 97886
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer del: 20: 3132553346
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer add: 20: 60000:3132553722
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 97886
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553727
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 97886
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553729
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 97886
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553732
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 97886
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553736
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 262144
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 89694
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553760
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 89694
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553767
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 89694
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553770
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 89694
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553772
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 89694
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553775
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 270336
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 81502
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553802
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 81502
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553809
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 81502
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553810
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 81502
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553814
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 81502
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553817
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 278528
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 73310
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553843
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 73310
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553848
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 73310
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553851
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 73310
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553851
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 286720
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 65118
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553981
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 65118
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553987
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 65118
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132553722, new: 
3132553988
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 65118
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer del: 20: 3132553722
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer add: 20: 60000:3132554452
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:07 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 294912
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 56926
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554480
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 56926
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554486
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 56926
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554519
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 56926
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554520
2006/03/02 14:27:07 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:07 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:07 [debug] 50518#0: *1 http client request body rest 56926
2006/03/02 14:27:07 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554553
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 303104
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 48734
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554680
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 48734
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554686
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 48734
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554688
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 48734
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554692
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 48734
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554452, new: 
3132554695
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 311296
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 40542
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer del: 20: 3132554452
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer add: 20: 60000:3132554812
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 40542
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554819
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 40542
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554820
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 40542
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554824
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 40542
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554828
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 319488
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 32350
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554853
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 32350
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554858
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 32350
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554861
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 32350
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554862
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 32350
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554866
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 327680
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 24158
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554895
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 24158
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554900
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 24158
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554902
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 24158
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554907
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 335872
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 15966
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554937
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 15966
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554943
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 15966
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554944
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 15966
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554949
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv 8192
2006/03/02 14:27:08 [debug] 50518#0: *1 write: 23, 080CD000, 8192, 344064
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 7774
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554977
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 7774
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554983
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 7774
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554986
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv -2
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 7774
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer: 20, old: 3132554812, new: 
3132554988
2006/03/02 14:27:08 [debug] 50518#0: *1 http read client request body
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_read: 7774
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body recv 7774
2006/03/02 14:27:08 [debug] 50518#0: *1 http client request body rest 0
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer del: 20: 3132554812
2006/03/02 14:27:08 [debug] 50518#0: *1 write: 23, 080CD000, 7774, 352256
2006/03/02 14:27:08 [debug] 50518#0: *1 http init upstream, client timer: 0
2006/03/02 14:27:08 [debug] 50518#0: *1 kevent set event: 20: ft:-2 fl:0025
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Accept: image/gif, 
image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Referer: 
https://bug.digitalxpert.ru:8282/attachment.cgi?bugid=750&action=enter";
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Accept-Language: ru"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Content-Type: 
multipart/form-data; boundary=---------------------------7d635f21293028c"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Accept-Encoding: 
gzip, deflate"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "User-Agent: 
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Content-Length: 
360030"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Cache-Control: 
no-cache"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header: "Cookie: 
Bugzilla_login=16; Bugzilla_logincookie=269; 
LASTORDER=bugs.bug_status%2Cbugs.priority%2Cmap_assigned_to.login_name%2Cbugs.bug_id;
 BUGLIST=750%3A751"
2006/03/02 14:27:08 [debug] 50518#0: *1 http proxy header:
"POST /attachment.cgi HTTP/1.0
Host: bug.digitalxpert.ru:8282
Connection: close
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
application/x-shockwave-flash, */*
Referer: https://bug.digitalxpert.ru:8282/attachment.cgi?bugid=750&action=enter
Accept-Language: ru
Content-Type: multipart/form-data; 
boundary=---------------------------7d635f21293028c
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 
1.1.4322)
Content-Length: 360030
Cache-Control: no-cache
Cookie: Bugzilla_login=16; Bugzilla_logincookie=269; 
LASTORDER=bugs.bug_status%2Cbugs.priority%2Cmap_assigned_to.login_name%2Cbugs.bug_id;
 BUGLIST=750%3A751

"
2006/03/02 14:27:08 [debug] 50518#0: *1 http cleanup add: 080CCA4C
2006/03/02 14:27:08 [debug] 50518#0: *1 socket 24
2006/03/02 14:27:08 [debug] 50518#0: *1 connect to 192.168.0.5:8282, fd:24 #2
2006/03/02 14:27:08 [debug] 50518#0: *1 kevent set event: 24: ft:-1 fl:0025
2006/03/02 14:27:08 [debug] 50518#0: *1 kevent set event: 24: ft:-2 fl:0025
2006/03/02 14:27:08 [debug] 50518#0: *1 http upstream connect: -2
2006/03/02 14:27:08 [debug] 50518#0: *1 event timer add: 24: 60000:3132555459
2006/03/02 14:27:08 [debug] 50518#0: *1 http upstream check client, write 
event:1, "/attachment.cgi"
2006/03/02 14:27:08 [debug] 50518#0: *1 http upstream send request handler
2006/03/02 14:27:08 [debug] 50518#0: *1 malloc: 080CF000:16384
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_do_handshake: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL handshake handler: 1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_do_handshake: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL handshake handler: 0
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_do_handshake: -1
2006/03/02 14:27:08 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL handshake handler: 1
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL_do_handshake: 1
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL: TLSv1, cipher: "DHE-RSA-AES256-SHA 
SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1"
2006/03/02 14:27:09 [debug] 50518#0: *1 http upstream send request
2006/03/02 14:27:09 [debug] 50518#0: *1 chain writer buf size: 693
2006/03/02 14:27:09 [debug] 50518#0: *1 chain writer buf size: 360030
2006/03/02 14:27:09 [debug] 50518#0: *1 chain writer in: 080CCAC8
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL buf copy: 693
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL buf copy: 0
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL to write: 693
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL_write: 693
2006/03/02 14:27:09 [debug] 50518#0: *1 chain writer out: 00000000
2006/03/02 14:27:09 [debug] 50518#0: *1 event timer del: 24: 3132555459
2006/03/02 14:27:09 [debug] 50518#0: *1 event timer add: 24: 60000:3132555635
2006/03/02 14:27:09 [debug] 50518#0: *1 http upstream process header
2006/03/02 14:27:09 [debug] 50518#0: *1 malloc: 080D3000:4096
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:27:09 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:27:09 [debug] 50518#0: *1 http upstream dummy handler
2006/03/02 14:28:09 [debug] 50518#0: *1 event timer del: 24: 3132555635
2006/03/02 14:28:09 [debug] 50518#0: *1 http upstream process header
2006/03/02 14:28:09 [debug] 50518#0: *1 http next upstream, 4
2006/03/02 14:28:09 [error] 50518#0: *1 upstream timed out (60: Operation timed 
out) while reading response header from upstream, client: 195.144.244.234, 
server: bug.digitalxpert.ru, URL: "/attachment.cgi", upstream: 
"https://192.168.0.5:8282/attachment.cgi";, host: "bug.digitalxpert.ru:8282", 
referrer: 
"https://bug.digitalxpert.ru:8282/attachment.cgi?bugid=750&action=enter";
2006/03/02 14:28:09 [debug] 50518#0: *1 finalize http upstream request: 504
2006/03/02 14:28:09 [debug] 50518#0: *1 finalize http proxy request
2006/03/02 14:28:09 [debug] 50518#0: *1 close http upstream connection: 24
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL_shutdown: 1
2006/03/02 14:28:09 [debug] 50518#0: *1 http finalize request: 504, 
"/attachment.cgi?"
2006/03/02 14:28:09 [debug] 50518#0: *1 http special response: 504, 
"/attachment.cgi"
2006/03/02 14:28:09 [debug] 50518#0: *1 http set discard body
2006/03/02 14:28:09 [debug] 50518#0: *1 http read discarded body
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL_read: -1
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL_get_error: 2
2006/03/02 14:28:09 [debug] 50518#0: *1 HTTP/1.1 504 Gateway Time-out
Server: nginx/0.3.30
Date: Thu, 02 Mar 2006 11:28:09 GMT
Content-Type: text/html
Content-Length: 543
Connection: close


2006/03/02 14:28:09 [debug] 50518#0: *1 write new buf t:1 f:0 080CCBB4, pos 
080CCBB4, size: 157 file: 0, size: 0
2006/03/02 14:28:09 [debug] 50518#0: *1 http write filter: l:0 f:0 s:157
2006/03/02 14:28:09 [debug] 50518#0: *1 http output filter "/attachment.cgi?"
2006/03/02 14:28:09 [debug] 50518#0: *1 copy filter: "/attachment.cgi?"
2006/03/02 14:28:09 [debug] 50518#0: *1 http postpone filter "/attachment.cgi?" 
080CCD58
2006/03/02 14:28:09 [debug] 50518#0: *1 http postpone filter out 
"/attachment.cgi?"
2006/03/02 14:28:09 [debug] 50518#0: *1 write old buf t:1 f:0 080CCBB4, pos 
080CCBB4, size: 157 file: 0, size: 0
2006/03/02 14:28:09 [debug] 50518#0: *1 write new buf t:0 f:0 00000000, pos 
0808E200, size: 130 file: 0, size: 0
2006/03/02 14:28:09 [debug] 50518#0: *1 write new buf t:0 f:0 00000000, pos 
0808D440, size: 53 file: 0, size: 0
2006/03/02 14:28:09 [debug] 50518#0: *1 write new buf t:0 f:0 00000000, pos 
0808D480, size: 360 file: 0, size: 0
2006/03/02 14:28:09 [debug] 50518#0: *1 http write filter: l:1 f:0 s:700
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL buf copy: 157
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL buf copy: 130
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL buf copy: 53
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL buf copy: 360
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL to write: 700
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL_write: 700
2006/03/02 14:28:09 [debug] 50518#0: *1 http write filter 00000000
2006/03/02 14:28:09 [debug] 50518#0: *1 copy filter: 0 "/attachment.cgi?"
2006/03/02 14:28:09 [debug] 50518#0: *1 http finalize request: 0, 
"/attachment.cgi?"
2006/03/02 14:28:09 [debug] 50518#0: *1 event timer add: 20: 5000:3132560644
2006/03/02 14:28:09 [debug] 50518#0: *1 http empty handler
2006/03/02 14:28:09 [debug] 50518#0: *1 http empty handler
2006/03/02 14:28:09 [debug] 50518#0: *1 http lingering close handler
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL_read: 0
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL_get_error: 5
2006/03/02 14:28:09 [debug] 50518#0: *1 peer shutdown SSL cleanly
2006/03/02 14:28:09 [debug] 50518#0: *1 lingering read: 0
2006/03/02 14:28:09 [debug] 50518#0: *1 http close request
2006/03/02 14:28:09 [debug] 50518#0: *1 http log handler
2006/03/02 14:28:09 [debug] 50518#0: *1 run cleanup: 080CC6B4, fd:23
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080CD000
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080CF000
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080D3000
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080CC000, unused: 381
2006/03/02 14:28:09 [debug] 50518#0: *1 close http connection: 20
2006/03/02 14:28:09 [debug] 50518#0: *1 SSL_shutdown: 1
2006/03/02 14:28:09 [debug] 50518#0: *1 event timer del: 20: 3132560644
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080A9000
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080C7000
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080CB400
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080B3900, unused: 32
2006/03/02 14:28:09 [debug] 50518#0: *1 free: 080B3E00, unused: 172


 




Copyright © Lexa Software, 1996-2009.