Skip to content

Commit

Permalink
added FIXME task
Browse files Browse the repository at this point in the history
  • Loading branch information
xplicit committed Jun 8, 2014
1 parent 14ef50c commit 0f0214d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HyperFastCgi/AppHosts/AspNet/AspNetNativeWebRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public AspNetNativeWebRequest (ulong requestId, int requestNumber, IApplicationH

public new void AddServerVariable(string name, string value)
{
//FIXME: maybe we should use base.AddServerVariable
parameter_table.Add (name, value);
}

Expand Down

0 comments on commit 0f0214d

Please sign in to comment.