Skip to content

Commit

Permalink
*slaps forehead* #54
Browse files Browse the repository at this point in the history
  • Loading branch information
andyedinborough committed Apr 9, 2012
1 parent 71c4440 commit 956ec06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeaderObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public abstract class ObjectWHeaders {
private HeaderDictionary _Headers;
public HeaderDictionary Headers {
get {
return _Headers ?? (_Headers = HeaderDictionary.Parse(RawHeaders, Encoding));
return _Headers ?? (_Headers = HeaderDictionary.Parse(RawHeaders, _DefaultEncoding));
}
internal set {
_Headers = value;
Expand Down

0 comments on commit 956ec06

Please sign in to comment.