On Tuesday, December 30, 2014 5:26:33 PM UTC-5, Joe Landman wrote:
>
> At 5.70 and its still an issue.  The response is still 200.
>
> Going to try to verify this another way (different streaming client) to 
> make sure we are not missing something.
>

Forced the chunked transfer against the server so as to see the response 
code in curl.
 

landman@metal:~$ curl -H "Transfer-Encoding: chunked"  -v -G 
'http://localhost:8086/db/metrics/series?u=scalable&p=scalable' 
--data-urlencode "q=select * from metal.tcpinfo.udperrs1 limit 10"
* Adding handle: conn: 0x2296fe0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x2296fe0) send_pipe: 1, recv_pipe: 0
* About to connect() to localhost port 8086 (#0)
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8086 (#0)
> GET 
/db/metrics/series?u=scalable&p=scalable&q=select%20%2A%20from%20metal.tcpinfo.udperrs1%20limit%2010
 
HTTP/1.1
> User-Agent: curl/7.33.0
> Host: localhost:8086
> Accept: */*
> Transfer-Encoding: chunked
> 
< HTTP/1.1 400 Bad Request
< Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, 
Accept
< Access-Control-Allow-Methods: GET, POST, PUT, DELETE
< Access-Control-Allow-Origin: *
< Access-Control-Max-Age: 2592000
< Content-Type: text/plain
< X-Influxdb-Version: InfluxDB v0.8.8 (git: afde71e) (leveldb: 1.15)
< Date: Tue, 30 Dec 2014 22:30:46 GMT
< Content-Length: 44
< 
* Connection #0 to host localhost left intact
Couldn't find series: metal.tcpinfo.udperrs1landman@metal:~$ 


Both the response code and message are as before, so its not a server side 
issue.  

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to