You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While forwarding the GitHub webhook payload to Jenkins, Jenkins responds with a 431 error. Upon investigation, it appears that the smee server is adding a rawdata header to the payload.
In jenkins log you can see: jenkins org.eclipse.jetty.http.HttpParser parseFields Header is too large 8193>8192
While forwarding the GitHub webhook payload to Jenkins, Jenkins responds with a 431 error. Upon investigation, it appears that the smee server is adding a
rawdata
header to the payload.In jenkins log you can see:
jenkins org.eclipse.jetty.http.HttpParser parseFields Header is too large 8193>8192
proposal for a fix:
#321
The text was updated successfully, but these errors were encountered: