
cherokee at googlecode
Apr 4, 2010, 1:23 PM
Post #2 of 25
(1069 views)
Permalink
|
|
Re: Issue 796 in cherokee: Proxy handler utf8 based request extremely bad
[In reply to]
|
|
Comment #1 on issue 796 by ste...@konink.de: Proxy handler utf8 based request extremely bad http://code.google.com/p/cherokee/issues/detail?id=796 handler_proxy.c:0684 ( cherokee_handler_proxy_init): Entering init 'get conn' handler_proxy.c:0722 ( cherokee_handler_proxy_init): Entering phase 'preconnect' handler_proxy.c:0743 ( cherokee_handler_proxy_init): Entering phase 'connect': pconn=0x76c760 handler_proxy.c:0801 ( cherokee_handler_proxy_init): Entering phase 'build headers' handler_proxy.c:0299 ( add_request): Client request: '/api/select%20x.kvk,%20x.bedrijfsnaam,%20x.adres,%20x.postcode,%20x.plaats,%20x.type ,%20not(anbikvk.kvks%20is%20null%20AND%20anbikvk.intrekking%20is%20null)%20as%20"anbi ",%20status,%20x.kvks,%20x.sub%20from%20(select%20kvk.kvk,%20kvk.bedrijfsnaam,%20kvk. adres,%20kvk.postcode,%20kvk.plaats,%20kvk.type,%20kvk.kvks,%20kvk.sub%20FROM%20sphin x_searchIndex('Caf%�3%�9',%20'openkvk')%20as%20fts,%20kvk%20where%20kvk.kvk%20=%20f ts.id)%20as%20x%20LEFT%20JOIN%20anbikvk%20ON%20x.kvks%20=%20anbikvk.kvks%20LEFT%20JOI N%20faillissementen%20ON%20x.kvks%20=%20faillissementen.kvk%20LIMIT%20200%20OFFSET%20 0;' handler_proxy.c:0816 ( cherokee_handler_proxy_init): Entering phase 'send headers' GET http://api.openkvk.nl/json/select%20x.kvk,%20x.bedrijfsnaam,%20x.adres,%20x.postcode, %20x.plaats,%20x.type,%20not(anbikvk.kvks%20is%20null%20AND%20anbikvk.intrekking%20is %20null)%20as%20"anbi",%20status,%20x.kvks,%20x.sub%20from%20(select%20kvk.kvk,%20kvk .bedrijfsnaam,%20kvk.adres,%20kvk.postcode,%20kvk.plaats,%20kvk.type,%20kvk.kvks,%20k vk.sub%20FROM%20sphinx_searchIndex('Caf%�3%�9',%20'openkvk')%20as%20fts,%20kvk%20wh ere%20kvk.kvk%20=%20fts.id)%20as%20x%20LEFT%20JOIN%20anbikvk%20ON%20x.kvks%20=%20anbi kvk.kvks%20LEFT%20JOIN%20faillissementen%20ON%20x.kvks%20=%20faillissementen.kvk%20LI MIT%20200%20OFFSET%200; HTTP/1.1 Host: 127.0.0.1 Connection: Keep-Alive User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.295.0 Safari/532.8 Referer: http://www.openkvk.nl/ Cache-Control: max-age=0 X-Requested-With: XMLHttpRequest Accept: application/json, text/javascript, */* Accept-Encoding: gzip,deflate,sdch Accept-Language: nl-NL,nl;q=0.8,en-US;q=0.6,en;q=0.4 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 X-Forwarded-For: 2001:610:600:4e7::2 X-Real-IP: 2001:610:600:4e7::2 X-Forwarded-Host: www.openkvk.nl X-Forwarded-SSL: off handler_proxy.c:0846 ( cherokee_handler_proxy_init): Entering phase 'send post' handler_proxy.c:0877 ( cherokee_handler_proxy_init): Entering phase 'read header' select x.kvk, x.bedrijfsnaam, x.adres, x.postcode, x.plaats, x.type, not(anbikvk.kvks is null AND anbikvk.intrekking is null) as "anbi", status, x.kvks, x.sub from (select kvk.kvk, kvk.bedrijfsnaam, kvk.adres, kvk.postcode, kvk.plaats, kvk.type, kvk.kvks, kvk.sub FROM sphinx_searchIndex('Caf%�3%�9', 'openkvk') as fts, kvk where kvk.kvk = fts.id) as x LEFT JOIN anbikvk ON x.kvks = anbikvk.kvks LEFT JOIN faillissementen ON x.kvks = faillissementen.kvk LIMIT 200 OFFSET 0; handler_proxy.c:0931 ( cherokee_handler_proxy_init): Exiting init handler_proxy.c:1134 ( parse_server_header): IN - Header: HTTP/1.1 200 OK Connection: Keep-Alive Keep-Alive: timeout=15 Transfer-Encoding: chunked Date: Sun, 04 Apr 2010 20:22:22 GMT Server: Cherokee/0.99.45b4715 (UNIX) Expires: Sun, 04 Apr 2010 20:27:22 GMT Cache-Control: max-age=300 Content-Encoding: gzip Vary: Accept-Encoding Content-Type: application/json handler_proxy.c:1135 ( parse_server_header): IN - Keepalive: 1 handler_proxy.c:1136 ( parse_server_header): IN - Encoding: chunked handler_proxy.c:1137 ( parse_server_header): IN - Size: 0 handler_proxy.c:1138 ( parse_server_header): OUT - Header: Date: Sun, 04 Apr 2010 20:22:22 GMT Server: Cherokee/0.99.45b4715 (UNIX) Expires: Sun, 04 Apr 2010 20:27:22 GMT Cache-Control: max-age=300 Content-Encoding: gzip Vary: Accept-Encoding Content-Type: application/json handler_proxy.c:1182 (cherokee_handler_proxy_add_headers): Added reply headers (len=222) handler_proxy.c:1470 ( cherokee_handler_proxy_free): Did not get all, turning keepalive off -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|