torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

Added pattern matching for HTTP/1.0 and HTTP/1.1 #130

Closed astrakk closed 5 years ago

astrakk commented 5 years ago

I misunderstood the pattern in matrix.lua and made a revision (#129) which broke support for HTTP/1.0 and HTTP/1.1 while allowing "HTTP/0" to be matched.

This revision fixed the mistake in #129.