Skip to content

Commit

Permalink
Don't ditch first line of headers when reading icy client data..
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 11, 2017
1 parent ef6bf6d commit 04c28e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harbor/harbor.camlp4
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ struct
let lines =
Pcre.split ~rex:(Pcre.regexp "[\r]?\n") s
in
let headers = parse_headers (List.tl lines) in
let headers = parse_headers lines in
handle_source_request ~port ~auth:true ~smethod:`Shout hprotocol
h huri headers
done
Expand Down

0 comments on commit 04c28e0

Please sign in to comment.