Yu Zhao

Results 41 comments of Yu Zhao

The related codes are here: ```clojure (defn- build-url [host path query-string] (let [url (str host path)] (if (not-empty query-string) (str url "?" query-string) url))) (defn prepare-cookies "Removes the :domain and...

@yogthos Ahh.. Thank you for you reply. The server of the original url is developed by my team, too. It is also served by jetty. Is it possible that the...

I found that sometimes it served one chunk (64kb) and sometimes two. Maybe always the last one chunk will get lost. I'll try and comment here later. Thank you for...

I tried to tune jetty but nothing changed. Then I changed to `http-kit` but the problem is just the same. The response get cut off at the same place. But...

@michaelklishin sorry, I don't know what the right code should be. Just want to learn something about `fire now` from that.

@michaelklishin ok. I'll have a try. No java experience before. 😄

I found something like this, too. Amethyst blocks (almost) all Emacs key shortcuts that begins with `M-s-` and `C-M-s`. How to configure this?

@woj-i Same error. Have you solved it?