
cherokee at googlecode
Oct 12, 2011, 3:21 PM
Post #2 of 51
(1421 views)
Permalink
|
|
Re: Issue 1284 in cherokee: SSL POST REQUESTS break on Chrome 15
[In reply to]
|
|
Comment #1 on issue 1284 by g...@openov.nl: SSL POST REQUESTS break on Chrome 15 http://code.google.com/p/cherokee/issues/detail?id=1284 Just wrote this to Alvaro: Hi, I have set up a test for the Chrome vs Cherokee vs SSL bug. After a lot of debugging some conclusions arrive; the Content-Length basically is set, SSL_read only gets 1 actual byte back. and the following sequence can be seen in cherokee trace: thread.c:0659 ( process_active_connections): Active connections: thread.c:0667 ( process_active_connections): \- thread (0x6125f0) processing conn (0x622e20), phase 6 'Reading POST', socket=18,read thread.c:0679 ( process_active_connections): thread (0x6125f0) processing conn (0x622e20), phase 6 'Reading POST', socket=18, read The post reading (thread.c:1215) already returned 'eagain', but it does so only once. It will get there because it is shortcutted at thread.c:771 Now after I found this, I commented it out... and 'wow' it worked again. So... could you pretty please look at this. (And cherokee-project.org) Stefan =============== The quick workaround: comment out line 771 in thread.c. No guarantees! _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|