Created
August 4, 2016 08:42
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| martin@thetis ~/.workspace/p6 % perl6 -Ip6-HTTP-Server-P6W/lib -IHTTP-Supply/lib -IBailador/lib -IVoteImproved/lib VoteImproved/bin/VoteImproved.p6 | |
| Entering the development dance floor: http://0.0.0.0:3000 | |
| invoking app with env: | |
| {:HTTP_ACCEPT("text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"), :HTTP_ACCEPT_ENCODING("gzip, deflate, sdch"), :HTTP_ACCEPT_LANGUAGE("de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4"), :HTTP_CONNECTION("keep-alive"), :HTTP_COOKIE("bailador=46b4cdd812633dda9f700f8b74d04f33--9eba0c200c25f657c69d423abb75e5dd"), :HTTP_HOST("localhost:3000"), :HTTP_UPGRADE_INSECURE-REQUESTS("1"), :HTTP_USER_AGENT("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.26 Safari/537.36"), :REQUEST_METHOD("GET"), :REQUEST_URI("/"), :SERVER_PROTOCOL("HTTP/1.1"), "p6w.input" => Supply.new} | |
| Session ID HMAC mismatch - someone trying to guess session IDs | |
| martin@thetis ~/.workspace/p6 % echo $? | |
| 141 | |
| martin@thetis ~/.workspace/p6 % perl6 -v | |
| This is Rakudo version 2016.07.1 built on MoarVM version 2016.07 | |
| implementing Perl 6.c. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment