Christopher Wellons

Results 157 comments of Christopher Wellons

If you're referring to the way httpd-stop is called by httpd-start, I'm not wedded to this behavior and it's only that way because it was simple. If the server is...

I just realized I wasn't explicit about this yet: I'm happy to accept a PR that fixes this issue.

Hmm, I wrote this a long time ago, and some buffer overflow edge case isn't surprising. However, after a bunch of tries with fresh maps, I'm unable to reproduce. I...

That's a good point. I can't figure out how to address this, though. It looks like autoload needs to know about the s-exp following the autoload cookie so that it...

I wonder if it's some sort of data encoding issue that's causing the Content-Length header to differ from what's actually being served. Serving less than the claimed length would hang...

Thanks for taking the time to put this together. There are some issues with this patch: * I don't know what the fst function is or where it comes from....

Thanks for the tip about (3). I didn't know that's how coding-system-type worked! I'm now satisfied with that part. What I mean with (2) is that Emacs always uses UTF-8...

Without your patch, Emacs passes along any file's raw bytes without any translation, just as if it were a binary file. A UTF-16 text file will be served as UTF-16...

Unless you've come up with another way to tackle this issue, closing both PRs is fine with me. Again, thanks for taking the time to look into this. > Firefox...

I like this interface. It's a lot like predicate dispatch. (Though I'm on the fence whether predicate dispatch is elegant or rarely ever worth its cost. Probably both.) The :test...