jgauffin / griffin.networking

Networking library for .NET
http://blog.gauffin.org/2012/05/griffin-networking-a-somewhat-performant-networking-library-for-net/
GNU Lesser General Public License v3.0
108 stars 35 forks source link

Error in BodyDecoder.cs. POST method not working #6

Closed dr4cul4 closed 11 years ago

dr4cul4 commented 11 years ago

In class Griffin.Networking.Protocol.Http.Pipeline.Handlers.BodyDecoder, method private bool ParseBody(IBufferReader reader) (line 133)

remove line:

reader.Position += bytesLeft;

reader already moves position on copy (line above mentioned line).

jgauffin commented 11 years ago

fixed in the next commit