Hello,

i was able to figure out that this bug actually is only in combination with 
the morbo webserver.

If I am using something else => everything works as ecpected.
If I am using morbo like that:

$PERL -I ../lib -I "${BASEDIR}/lib" $MORBO \
    -l 
"https://*:${DEFAULT_PORT}?cert=/...../server.crt&key=/........./server.pem"; 
\
    $DEFAULT_SCRIPT

Its broken!!

If i am using morbo like that:
$PERL -I ../lib -I "${BASEDIR}/lib" $MORBO \
     -l "http://*:${DEFAULT_PORT}"; \
$DEFAULT_SCRIPT

its working fine as well!

-- 
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.

Reply via email to