Masakazu Kitajo

Results 158 comments of Masakazu Kitajo

@ywkaras I meant you should send API change proposal on dev@ and I thought you did it, but I couldn't find the mail. What was done? You mean you saw...

@bneradt Thank you for your feedback. I updated the code and added oxygen comments.

@bneradt I rebased the branch on top of the latest master to resolve conflicts. PTAL.

Since H2 to Origin has been unmarged for very long time, I'm slightly lowering a bar for merging this. I still think issue https://github.com/apache/trafficserver/issues/5230 should be fixed eventually (not just...

If we don't support Server Push on origin side for now, we need to indicate it by sending SETTINGS_ENABLE_PUSH:0. > SETTINGS_ENABLE_PUSH (0x02): This setting can be used to enable or...

gcc 12.2.1 got available on fedora36, and I don't see the error with it.

I confirmed the issue is resolved. I followed the steps above (non-debug build with the docker image) to reproduce the error, and the error disappeared after I ran `dnf update...

I had to update a binary test data, and I made the change like this. ``` sed -e 's/cquc/pquc/' src/traffic_logstats/tests/logstats.blog.orig > src/traffic_logstats/tests/logstats.blog ```

I added a metric for thread switching count and monitored it on production, and the switching didn't happen at all. I'm pretty sure we can get rid of the code.