derhuerst / gemini

Gemini protocol server & client for Node.js.
ISC License
49 stars 8 forks source link

[Minor] Is error message correct? #15

Closed audiodude closed 11 months ago

audiodude commented 11 months ago

https://github.com/derhuerst/gemini/blob/873b457889def5c9435ae943283a5f09f275a62e/lib/response-parser.js#L25

It reads invalid Gemini request but shouldn't it say invalid Gemini response? I'm just a bit confused because I'm getting this error and I'm not sure if the problem is with the request or response (I assume the latter). Thanks!

derhuerst commented 11 months ago

Yes, indeed, this should be "invalid Gemini response"!

derhuerst commented 11 months ago

Fix published as @derhuerst/gemini@1.3.1. 🎉

audiodude commented 11 months ago

Thanks so much for the quick fix!