Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 10f4cf95068a1d0da19d20234880011c21988a4a
      
https://github.com/jenkinsci/jenkins/commit/10f4cf95068a1d0da19d20234880011c21988a4a
  Author: Cliffano Subagio <cliff...@gmail.com>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M core/src/main/resources/hudson/model/Run/_api.jelly

  Log Message:
  -----------
  Fix X-Text-Size header description

X-Text-Size actually contains the offset to be used for the next start 
parameter, this header does contain the chunk size itself, and hence the client 
only needs to pass X-Text-Size header value as the next start.

The value of X-Text-Size header is the return value of writeLogTo method, which 
is the chunk size + the previous start. 
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/LargeText.java#L171


  Commit: c88d89a91a2076e24f2a8922148ea50eb039e091
      
https://github.com/jenkinsci/jenkins/commit/c88d89a91a2076e24f2a8922148ea50eb039e091
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M core/src/main/resources/hudson/model/Run/_api.jelly

  Log Message:
  -----------
  Merge pull request #627 from cliffano/master

Fix X-Text-Size header description


Compare: 
https://github.com/jenkinsci/jenkins/compare/cac3efd90a09...c88d89a91a20

Reply via email to