Forum Discussion

AhmedGalal219_3's avatar
AhmedGalal219_3
Icon for Nimbostratus rankNimbostratus
Jan 08, 2018

http_process_state_prepend - Invalid action:0x109010 Server sends too much data. serverside

i have this error and when i did a little search i found that this error means that server sends non-compliante http traffic with http profile and Big-IP reset connection in this case but what strange that some of this traffic is proxy server traffic that is coming from internet .....

 

  • Hi,

    Most of the time, I have this issue when the Content-Length header value (number of byte in the body) doesn't match the body size received. This is an issue occuring more and more in my environment. I noticed that browsers manage to retrieve the body even if there is a mismatch with the size.

    The BIG-IP reset the connection and I had to remove this compliance check by using the following tmsh command :

    tmsh modify sys db tmm.http.passthru.invalid_content_length value enable

    Instead, You can also remove the HTTP profile from the Virtual Server.

    Hope it helps!

    Thomas

    • AhmedGalal219_3's avatar
      AhmedGalal219_3
      Icon for Nimbostratus rankNimbostratus

      i have irule that must have a http profile ... but are you sure that removing the compliance check wont make any issue in the box or traffic cuz this service is a very sensitive one. thanks for your reply