silverstripe-archive / silverstripe-mollom

Mollom spam protection module for SilverStripe CMS
http://silverstripe.org/mollom-module
7 stars 16 forks source link

Fixes #23: Comments marked as 'spam' often accepted #24

Open purplespider opened 10 years ago

purplespider commented 10 years ago

Appeared to be caused due to Mollom's server sometimes starting a response with HTTP/1.1 100 Continue causing the response to be incorrectly parsed. The fix stops Mollom returning HTTP/1.1 200 OK in the response.

purplespider commented 10 years ago

Can this be merged @wilr, pretty please? :)