Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument out of range exception in HttpMessageEncoder #58

Open
PhonicUK opened this issue Nov 3, 2015 · 3 comments
Open

Argument out of range exception in HttpMessageEncoder #58

PhonicUK opened this issue Nov 3, 2015 · 3 comments

Comments

@PhonicUK
Copy link

PhonicUK commented Nov 3, 2015

Specified argument was out of the range of valid values.
Parameter name: count
  at System.Net.Sockets.SocketAsyncEventArgs.SetBufferInternal (System.Byte[] buffer, Int32 offset, Int32 count) <0x4116ec20 + 0x00113> in <filename unknown>:0 
  at System.Net.Sockets.SocketAsyncEventArgs.SetBuffer (System.Byte[] buffer, Int32 offset, Int32 count) <0x4116ebf0 + 0x0001b> in <filename unknown>:0 
  at Griffin.Net.Channels.SocketAsyncEventArgsWrapper.SetBuffer (System.Byte[] buffer, Int32 offset, Int32 count) <0x41203d90 + 0x00047> in <filename unknown>:0 
  at Griffin.Net.Protocols.Http.HttpMessageEncoder.Send (ISocketBuffer buffer) <0x41203620 + 0x00051> in <filename unknown>:0 
  at Griffin.Net.Channels.TcpChannel.OnSendCompleted (System.Object sender, System.Net.Sockets.SocketAsyncEventArgs e) <0x41204070 + 0x00082> in <filename unknown>:0 
  at System.Net.Sockets.SocketAsyncEventArgs.OnCompleted (System.Net.Sockets.SocketAsyncEventArgs e) <0x411fc710 + 0x0002e> in <filename unknown>:0 
  at System.Net.Sockets.SocketAsyncEventArgs.SendCallback (IAsyncResult ares) <0x41203f10 + 0x0014d> in <filename unknown>:0 
  at System.Net.Sockets.SocketAsyncEventArgs.DispatcherCB (IAsyncResult ares) <0x411fc2d0 + 0x000cf> in <filename unknown>:0 
@jgauffin
Copy link
Owner

jgauffin commented Apr 6, 2016

will be hard to fix without more information. The HTTP encoder must have got into an invalid state

@jgauffin
Copy link
Owner

Do you have any updates?

@PhonicUK
Copy link
Author

Not yet I'm afraid, it's pretty rare and its coming from end-user sites where I can't do an autopsy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants