In GitLab by @jcgruenhage on Aug 24, 2021, 12:39
Currently, you can only request the whole log from hookd, which is a bit unfortunate.
We can utilise HTTP range requests for requesting new log lines, and hookd can indicate with HTTP content ranges how much of the resulting log has been returned.
In GitLab by @jcgruenhage on Aug 24, 2021, 12:39
Currently, you can only request the whole log from hookd, which is a bit unfortunate.
We can utilise HTTP range requests for requesting new log lines, and hookd can indicate with HTTP content ranges how much of the resulting log has been returned.