Skip to content
#

web-framework

Here are 720 public repositories matching this topic...

vapor
DaveTCode
DaveTCode commented Apr 19, 2021

Is your feature request related to a problem? Please describe.
As per https://discordapp.com/channels/431917998102675485/435928766812913664/833695763296813107 http apis which return content with Content-Type plain/text hit an Abort.httpDecoder error: Unsupported Media Type when decoding.

e.g.

return req.client.get(address).flatMapThrowing { res in
    try res.content.decode(UInt8.
aschiffmann
aschiffmann commented Apr 21, 2021

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Issue Description

When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))

I am not saying that it is a common use case to have

yew
Jerbell
Jerbell commented Jun 8, 2021

Actual behavior (the bug)
When Javalin (Jetty) tries to bind to a port that's in use, it will always complain that it's port 7000 whatever port it's binding to.

Expected behavior
If it's trying to bind to port 443, then the error message should say that.

To Reproduce
Start up 2 Javalin server on the same port.

Additional context
Example stack trace (notice the IOExcept

Improve this page

Add a description, image, and links to the web-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-framework topic, visit your repo's landing page and select "manage topics."

Learn more