bisbino

Code pulled with git from git://github.com/ostinelli/bisbino.git with the last commit being eb722fb

These are Current warnings for bisbino.

dialyzer -n -q -Wno_improper_lists ebin
bisbino_fcgi_protocol.erl:111: The pattern 'fcgi_abort_request' can never match the type 'fcgi_get_values' | 'fcgi_params' | 'fcgi_stdin'
bisbino_fcgi_protocol.erl:112: The pattern 'fcgi_end_request' can never match the type 'fcgi_get_values' | 'fcgi_params' | 'fcgi_stdin'
bisbino_fcgi_protocol.erl:115: The pattern 'fcgi_stdout' can never match the type 'fcgi_get_values'
bisbino_fcgi_protocol.erl:116: The pattern 'fcgi_stderr' can never match the type 'fcgi_get_values'
bisbino_fcgi_protocol.erl:117: The pattern 'fcgi_data' can never match the type 'fcgi_get_values'
bisbino_fcgi_protocol.erl:119: The pattern 'fcgi_get_values_result' can never match the type 'fcgi_begin_request' | 'fcgi_get_values' | 'fcgi_params' | 'fcgi_stdin'
bisbino_fcgi_protocol.erl:120: The variable _ can never match since previous clauses completely covered the type 'fcgi_begin_request' | 'fcgi_get_values' | 'fcgi_params' | 'fcgi_stdin'
bisbino_fcgi_protocol.erl:135: The pattern 'fcgi_authorizer' can never match the type 'fcgi_responder'
bisbino_fcgi_protocol.erl:136: The pattern 'fcgi_filter' can never match the type 'fcgi_responder'
bisbino_http.erl:163: The call bisbino_http:handle_http('fastcgi_build',Req::atom() | tuple(),Config::any(),{string(),_},{string() | #req{},_,_}) will never return since it differs in the 1st argument from the success typing arguments: ('fastcgi_get_manager' | 'fastcgi_send' | 'respond' | 'rewrite' | 'static' | 'uri',atom() | tuple(),any(),{string(),_},{string() | #req{},_} | {string() | #req{},_,_})
misultin_http.erl:375: The pattern 'undefined' can never match the type 'close' | 'keep_alive'
misultin_websocket.erl:120: The pattern <_Vsn, _Headers> can never match since previous clauses completely covered the type <{'draft-hixie',68 | 76},_>