LWN: Comments on "Stenberg: Dropping hyper" https://lwn.net/Articles/1003161/ This is a special feed containing comments posted to the individual LWN article titled "Stenberg: Dropping hyper". en-us Sun, 19 Oct 2025 03:36:35 +0000 Sun, 19 Oct 2025 03:36:35 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net ISRG https://lwn.net/Articles/1003630/ https://lwn.net/Articles/1003630/ tialaramex <div class="FormattedComment"> It would be interesting to know whether ISRG learned something from this, about how to best direct resources to achieve your intended impact. "What if curl used Rust?" sounds like a good idea, but actually the impact was negligible, basically as you'd expect it helped Daniel express what he meant† but didn't much make the software people use safer.<br> <p> † which is usually what happens when you write software in Rust rather than C, not least because you have a real type system so you will naturally reach for Option&lt;OwnedFd&gt; in Rust to express either a file descriptor or not, instead of int in C, even though the resulting machine code is identical.<br> </div> Sat, 28 Dec 2024 00:14:21 +0000 One distribution did use it https://lwn.net/Articles/1003502/ https://lwn.net/Articles/1003502/ Tobu <p>Serpent OS did enable that backend in response to a call by the hyper maintainer last month: <a href="https://masto.ai/@seanmonstar/113510218613677100">Mastodon post</a> (scroll to "and done").</p> <p>Until this announcement, I had only been aware of the Rust Quic backend (quiche+rustls), because I've been motivated to build curl with HTTP/3. I hope this hyper backend can come back. Curl is very widely used, and it has a stable interface, so this would be impactful, both for the CLI tool and library invocations.</p> Thu, 26 Dec 2024 11:47:22 +0000 Experimental? https://lwn.net/Articles/1003319/ https://lwn.net/Articles/1003319/ intgr <div class="FormattedComment"> <span class="QuotedText">&gt; Those who want to use Rust won't use curl. Those who want to use Rust from C also</span><br> <p> Erm? To me the benefit seems obvious.<br> <p> Those who are already using C and curl could benefit from a more secure implementation, which interacts with potentially untrusted services over the internet, with no changes needed.<br> </div> Tue, 24 Dec 2024 00:17:09 +0000 Poor messaging https://lwn.net/Articles/1003304/ https://lwn.net/Articles/1003304/ proski <div class="FormattedComment"> The intention was perhaps to mark hyper as "experimental" to indicate that something was actively working on it. However, there are plenty of "experimental" projects in the world that are simply unfinished, and nobody is working on them anymore.<br> <p> As Yoda said in the Star Wars "Do or do not. There is no try."<br> </div> Mon, 23 Dec 2024 18:26:40 +0000 Experimental? https://lwn.net/Articles/1003297/ https://lwn.net/Articles/1003297/ bagder <div class="FormattedComment"> curl is an architecture with "core transfer engine" using N different backends, mostly powered by third party libraries, for TLS, SSH, QUIC/HTTP/3, compression, IDN and more.<br> <p> For TLS for example, curl support twelve different libraries. For SSH, three. For QUIC, four. Two of the libraries supported are written in rust.<br> <p> It was not a stretch, in my mind, to add support for multiple backends for HTTP/1 and HTTP/2 as well, and then yet another one of the third party libraries could be one written in rust.<br> <p> But clearly it did not work out. curl still supports rust libraries for TLS and for QUIC+HTTP/3.<br> <p> / Daniel<br> <p> </div> Mon, 23 Dec 2024 16:20:09 +0000 Experimental? https://lwn.net/Articles/1003235/ https://lwn.net/Articles/1003235/ Baughn <div class="FormattedComment"> I might have used it, but I had no idea it existed. And yes, if I were writing a rust program I would have used hyper directly. (And have.)<br> </div> Mon, 23 Dec 2024 13:25:19 +0000 Experimental? https://lwn.net/Articles/1003227/ https://lwn.net/Articles/1003227/ taladar <div class="FormattedComment"> I don't really see how they expected anything else.<br> <p> Those who want to use Rust won't use curl. Those who want to use Rust from C also won't have a good reason to add curl into the mix. Of the remaining people, who would opt for something marked experimental over something marked stable? Was it even compiled in by default? Most users don't compile their own version of curl.<br> </div> Mon, 23 Dec 2024 08:35:01 +0000 Perhaps it needed more publicity? https://lwn.net/Articles/1003220/ https://lwn.net/Articles/1003220/ vadim <div class="FormattedComment"> I had no idea this even existed, and there appear to be about two mentions total of it here on LWN.<br> <p> </div> Sun, 22 Dec 2024 20:49:53 +0000