hayamiz / twittering-mode

An Emacs major mode for Twitter
http://twmode.sourceforge.net/
545 stars 92 forks source link

parse http/2 status line #118

Closed nabeo closed 8 years ago

nabeo commented 8 years ago

changed http/2 status line since curl 7.49.1

before : HTTP/2.0 200 after : HTTP/2 200

commit log from curl https://github.com/curl/curl/commit/8243a9581b7782bc2af29e8421952d0e669f9e9e

cvmat commented 8 years ago

Thank you for the contribution. I have imported the patch. I have also added some commits so that twittering-mode accepts both HTTP/2 200 and HTTP/2.0 200 for transitional versions of curl.