Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple patch for a crash that occurs when yaws cannot find a file's mime-type. #139

Closed
wants to merge 1 commit into from

Conversation

rvangraan
Copy link

=ERROR REPORT==== 21-Feb-2013::12:02:48 ===
Yaws process died: {{badmatch,[]},
[{yaws,make_expires_header,2,
[{file,"src/yaws.erl"},{line,1460}]},
{yaws,outh_serialize,0,
[{file,"src/yaws.erl"},{line,1647}]},
{yaws_server,deliver_accumulated,4,
[{file,"src/yaws_server.erl"},{line,3722}]},
{yaws_server,handle_ut,4,
[{file,"src/yaws_server.erl"},{line,2188}]},
{yaws_server,aloop,4,
[{file,"src/yaws_server.erl"},{line,1175}]},
{yaws_server,acceptor0,2,
[{file,"src/yaws_server.erl"},{line,1016}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}

The crash occurs when Yaws can't find a corresponding mime-type

=ERROR REPORT==== 21-Feb-2013::12:02:48 ===
Yaws process died: {{badmatch,[]},
                    [{yaws,make_expires_header,2,
                           [{file,"src/yaws.erl"},{line,1460}]},
                     {yaws,outh_serialize,0,
                           [{file,"src/yaws.erl"},{line,1647}]},
                     {yaws_server,deliver_accumulated,4,
                                  [{file,"src/yaws_server.erl"},{line,3722}]},
                     {yaws_server,handle_ut,4,
                                  [{file,"src/yaws_server.erl"},{line,2188}]},
                     {yaws_server,aloop,4,
                                  [{file,"src/yaws_server.erl"},{line,1175}]},
                     {yaws_server,acceptor0,2,
                                  [{file,"src/yaws_server.erl"},{line,1016}]},
                     {proc_lib,init_p_do_apply,3,
                               [{file,"proc_lib.erl"},{line,227}]}]}

The crash occurs when Yaws can't find a corresponding mime-type
@capflam
Copy link
Collaborator

capflam commented Apr 15, 2013

This issue was fixed by Steve (commit 729b1e4). Yaws-1.96 includes the fix.
Thanks for your contribution.

@capflam capflam closed this Apr 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants