Glenn Strauss

Results 319 comments of Glenn Strauss

I just tested lighttpd 1.4.79, and mod_dirlisting produces exactly what I expect: `a%20space`

@Darchiv, @agkaminski ping. It has been over a month since @Darchiv provided feedback and I responded the same day to answer questions. Is your intention to discourage contributors? For this...

> @gstrauss Sorry! We're having a very busy time right now. We **do intend** to merge the PR, I hope we'll be able to do this upcoming week. Thank you....

converting to draft. probably need to update defines to pull build mbedtls with needed functions.

On `unix port/*` platforms: `1 tests failed: ssl_keycert` This weekend, I'll try to reproduce locally.

https://github.com/micropython/micropython/pull/14385 was merged in Aug. I rebased to tip of master and modified the mbedtls submodule to point to mbedtls 3.6.2 (changed from 3.6.0 originally set in this PR) Two...

FYI: the coverage_32bit and thread_lock4 tests pass in CI on my branch https://github.com/gstrauss/micropython/actions/runs/11492756466 I think that the thread_lock4 test might be racey with a false positive in the CI run...

lighttpd supports RFC8441 Bootstrapping WebSockets with HTTP/2 https://www.rfc-editor.org/rfc/rfc8441 lighttpd uses HTTP/1.1 to connect to backends. You should use `proxy.header += ( "upgrade" => "enable" )` to enable lighttpd reverse proxying...