Skip to content

access/http: fix type passed to conn_shutdown()

Steve Lhomme requested to merge robUx4/vlc:h1conn-type into master

It expects a boolean, not a shutdown type. The boolean values are based on the values passed before. SHUT_RD is 0, the other ones have a non-zero value.

Merge request reports