Masakazu Kitajo

Results 158 comments of Masakazu Kitajo

> I was told not to mark https://github.com/apache/trafficserver/pull/8790 for back port to 9.2 I wonder why. Backporting it to 9.2 is another option indeed.

@bneradt The instructions look almost correct. The build error should disappear if you checkout 0.14.0 (tag).

Well, it doesn't have to be exactly 0.14.0 (0.14.1 would work), but they don't have 0.14.x branch and API compatibility is not guaranteed on master. > checking for quiche_connect in...

> configure:27926: checking checking for quiche includes in /root/src/quiche/quiche configure:27937: result: not found configure:27990: adding /root/src/quiche/quiche/lib to RPATH configure:28016: checking for quiche_connect in -lquiche configure:28041: cc -o conftest -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN...

I added support for recent quiche. Now the code is compatible with the both 0.14.0 and current master (b841ca5) of quiche.

Probably, a possible approach to achieve the same thing will be that ATS core provides detail information to plugins (e.g. header_rewrite) so that they can modify status code as they...

It seems we already have an API for getting some of the information. `TSHttpTxnServerStateGet()` returns one of these server state, it's undocumented though. https://docs.trafficserver.apache.org/ja/latest/developer-guide/api/types/TSServerState.en.html As for DNS and SSL, we...

Proxy-Status header, which Masaori suggested above, is now RFC. https://www.rfc-editor.org/rfc/rfc9209

The frame name was changed to MAX_STREAMS. @bryancall I pushed my unfinished code for this as f90e8dde99564ff4270f2ae63e8592b0948b6130, which I wrote a couple of months ago. To finish this: - Call...