Daniel Beck commented on Bug JENKINS-23971

If this happens fairly often (what web browser(s)?), try to keep the web developer console open, logging all requests. The following happens when viewing the log of a build in progress/slave log/promotion log:

  • The browser sends AJAX requests to Jenkins with the POST parameter 'start' to only load data that hasn't been received yet.
  • Jenkins response contains a HTTP header named 'X-Text-Size' which serves as the new starting point

The cause for the issue is a garbled value sent by the client (it appears to be two values concatenated).

It would be interesting to see where it goes wrong, so if it happens, check the log of past requests. Is it first the client to fail, or the server?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to