These days we were trying to teach our server to deal with client 'Expect: 100-continue' request headers correctly. We would like to respond with either status 100 or 4xx depending on various aspects of the request headers available at that moment. 100 would then require that we later send a 200 as well, 4xx would have to finish the ongoing request, discarding already gathered content. I'm sure there are plenty of problems to solve here but we could not even get the very basics working.
Is there an example available how this can or should be done? Thanks, -- andreas -- 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.
