extended http protocol unusable

Bug #1186156 reported by lyh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gearman
New
High
Unassigned

Bug Description

i compiled and installed gearmand v1.1.7 on ubuntu 13.04, but i found the extended http protocol unusable.
  INFO 2013-05-25 07:07:36.191873 [ 3 ] Receiving HTTP response
 DEBUG 2013-05-25 07:07:36.191884 [ 3 ] HTTP METHOD: POST -> libgearman-server/plugins/protocol/http/protocol.cc:337
 DEBUG 2013-05-25 07:07:36.191889 [ 3 ] HTTP URI: "hello" -> libgearman-server/plugins/protocol/http/protocol.cc:360
  INFO 2013-05-25 07:07:36.191900 [ 3 ] Receiving HTTP response(finished)

but when i use precompiled gearmand v0.33 , it works fine
    INFO 2013-04-25 06:52:26.688590 [ 3 ] Receiving HTTP response
   DEBUG 2013-04-25 06:52:26.688596 [ 3 ] METHOD: POST -> libgearman-server/plugins/protocol/http/protocol.cc:249
   DEBUG 2013-04-25 06:52:26.688602 [ 3 ] URI: /hello HTTP/1.1
 User-Agent: curl/7.29.0
 Host: 127.0.0.1:4731
 Accept: */*
 Content-Length: 8
 Content-Type: application/x-www-form-urlencoded
 verygood -> libgearman-server/plugins/protocol/http/protocol.cc:251
   DEBUG 2013-04-25 06:52:26.688606 [ 3 ] URI: /hello HTTP/1.1
 User-Agent: curl/7.29.0
 Host: 127.0.0.1:4731
 Accept: */*
 Content-Length: 8
 Content-Type: application/x-www-form-urlencoded
 verygood -> libgearman-server/plugins/protocol/http/protocol.cc:257
   DEBUG 2013-04-25 06:52:26.688611 [ 3 ] URI: hello HTTP/1.1
 User-Agent: curl/7.29.0
 Host: 127.0.0.1:4731
 Accept: */*
 Content-Length: 8
 Content-Type: application/x-www-form-urlencoded
 verygood -> libgearman-server/plugins/protocol/http/protocol.cc:263
    INFO 2013-04-25 06:52:26.688629 [ 3 ] Receiving HTTP response(finished)

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Seems like we need more test coverage on the http module.

Changed in gearmand:
importance: Undecided → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.