Hi,
I have big problem with BadStatusLine error at python2.7/httplib.py during connections with Lift/Jetty.
current configuration:
Frontend: Django, Python 2.7
Backend: Lift 2.4 (as webservices), Akka 1.3.1, jetty 8.0.4, scala 2.9.1
Everything is at one physical server (Ubuntu 11.10 Server)
There is no big traffic between Frontend and Backend (+- 5-20 requests/s - usually 5 - 20ms for response)
+- 2% return traffic from Backend to Frontend has empty status line.
I have request at lift, request is properly handled, and finished with status 200, I have no idea what Jetty do with it, but at Frontend side, I have response with empty status (should be 200). Frontend repeat this request, and second time everything is ok.
As I wrote before, there is +- 2% bad responses.
Any suggestions, ideas?
Best Regards
Daniel Roziecki