Re: Headers.h in the CPPAPI

2018-09-13 Thread CrazyCow
read, delete, etc. If you can share some pseudo code having the issue, we can analyze it to see if it's a design issue or being used in a wrong way. Walt Karas 于2018年9月13日周四 上午8:21写道: > Do you use it to change the contents of headers or just to read them? > > I've been told that if (for example)

[VOTE] Release Apache Traffic Server 8.0.0 (RC1)

2018-09-13 Thread Bryan Call
I've prepared a release for 8.0.0 (RC1). There was an issue with HTTP/2 that was causing the server to crash and this release has a fix for it (PR 4225). I am going to extend the vote until next Tuesday 9/18. The release notes for 8.0.0 are available at: https://github.com/apache/tr

Re: Help requested for documentation on the 8.0.0 release

2018-09-13 Thread Derek Dagit
Looks like it was a temporary glitch. Things seem fine now. On Thu, Sep 6, 2018 at 12:48 PM, Bryan Call wrote: > There have been 1,224 PRs for the 8.0.0 release, making it one of the > releases with the greatest number of changes from the Apache Traffic Server > Community! > > This is a time to

Re: Help requested for documentation on the 8.0.0 release

2018-09-13 Thread Derek Dagit
Tried to add info for #4145 just now, but I think the wiki server is having trouble. On Thu, Sep 6, 2018 at 12:48 PM, Bryan Call wrote: > There have been 1,224 PRs for the 8.0.0 release, making it one of the > releases with the greatest number of changes from the Apache Traffic Server > Communit

Re: Headers.h in the CPPAPI

2018-09-13 Thread Walt Karas
Do you use it to change the contents of headers or just to read them? I've been told that if (for example) you get the TSMLoc for two header fields, and then change or delete the second field, this may cause the first TSMLoc to become a dangling pointer. It doesn't look like the Header.h code ha