bt90

Results 338 comments of bt90

@flavorgold1 there is no reason to forward them because they are link-local. Routing them doesn't make any sense.

Access parsing aside, the road isn't tagged properly IMHO. This should be `highway=construction` + `construction=cycleway` as explained in the OSM wiki: https://wiki.openstreetmap.org/wiki/Tag:highway%3Dconstruction#How_to_map_the_start_of_a_road_repair_or_reconstruction

> And then consider the \"dismount\" for vehicle=no Broadly speaking, we should do this for all cases where foot access is allowed but biking isn't.

The number of models is limited by the users target language. The model files can also be served with appropriate headers to fasciliate caching. But i agree with your assessment...

@WeidiDeng go 1.22 will be more strict regarding the `Content-Length` header: > The HTTP server and client now reject requests and responses containing an invalid empty `Content-Length` header. The previous...

You should be able to reproduce this with a reverse proxy to a public librespeed instance like https://librespeed.org/

Example config: ``` example.com { reverse_proxy https://speed.piraten.tools { header_up Host {upstream_hostport} } } ``` Open the page via Firefox and hit the Start button. I suspect that the error is...

I wonder if this is an HTTP/3 error code. `268` in hex is `0x010C` which is the assigned code for `H3_REQUEST_CANCELLED`. https://www.iana.org/assignments/http3-parameters/http3-parameters.xhtml

> The only other time I've heard of this error is here: https://caddy.community/t/error-stream-292-canceled-with-error-code-268/18847/6 Interesting. Traefik seems to also be affected: https://github.com/traefik/traefik/issues/8927 As caddy and traefik are both using quic-go, the...

@mholt v0.39 is available with the fix