ikskuh / kristall

Graphical small-internet client for windows, linux, MacOS X and BSDs. Supports gemini, http, https, gopher, finger.
https://kristall.random-projects.net/
GNU General Public License v3.0
738 stars 42 forks source link

Bug: "Line is too short for valid protocol" #258

Open marek22k opened 2 years ago

marek22k commented 2 years ago

I'm playing around with Gemini a bit and have created a small server. This redirects the user from "" to "/". However, the message "Protocol Violation: Line is too short for valid protocol" appears. I compiled Kristell myself with the code from https://github.com/MasterQ32/kristall/releases/tag/V0.3 . I have seen that there is already such a bug (https://github.com/MasterQ32/kristall/issues/199). I'm a little confused because I should be using the latest version with the latest release, right?

marek22k commented 2 years ago

I just tried the latest version of GitHub. There it works. Maybe a new version should be published?