twmr / gerrit.el

gerrit integration in emacs
43 stars 6 forks source link

Small optimizations for gerrit-rest-sync #17

Closed snogge closed 3 years ago

snogge commented 3 years ago

Skip past the http headers, url has already calculated thet position.

Use a constant regex to search for the gerrit )]}' separator. None of those characters are special when used like this.