Created
December 27, 2011 21:31
-
-
Save vinoski/1525225 to your computer and use it in GitHub Desktop.
yaws issue #75 server output
This file contains hidden or 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
$ yaws -i | |
Erlang R14B04 (erts-5.8.5) [source] [smp:8:8] [rq:8] [async-threads:0] [kernel-poll:true] | |
Eshell V5.8.5 (abort with ^G) | |
1> | |
=INFO REPORT==== 27-Dec-2011::16:19:08 === | |
Yaws: Using config file /usr/local/etc/yaws/yaws.conf | |
yaws:Add path "/usr/local/var/yaws/ebin" | |
yaws:Add path "/usr/local/lib/yaws/examples/ebin" | |
yaws:Running with id="default" (localinstall=false) | |
Running with debug checks turned on (slower server) | |
Logging to directory "/usr/local/var/log/yaws" | |
=INFO REPORT==== 27-Dec-2011::16:19:09 === | |
Yaws: Listening to 0.0.0.0:8000 for <1> virtual servers: | |
- http://localhost:8000 under /usr/local/var/yaws/www | |
multipart() Got {cont, ..., Res=[{head, | |
{"file", | |
[{name,[...]},{filename,...},{...}]}}, | |
{part_body,[0,0,0,0|...]}]} | |
Got head: "file" [{name,"file"}, | |
{filename,"bigfile"}, | |
{content_type,"application/octet-stream"}] | |
part_body->body | |
store_data([10089]) | |
get_more | |
multipart() Got {cont, ..., Res=[{part_body,[0,0,0,0,0|...]}]} | |
part_body->body | |
store_data([10240]) | |
< snip: many more lines like the above, for all the part_body calls /> | |
get_more | |
multipart() Got {result, Res=[{body,[0,0,0,0,0|...]}]} | |
store_data([2199]) | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment