keniwhat

Results 6 issues of keniwhat

Allow byte range requests to exceed EOF. Support HTTP/1.1 range requests past end-of-file.

semver-patch

### Describe the bug A byte range request beyond end of file returns HTTP Status 400 (Bad Request). ### To Reproduce Steps to reproduce the behavior: 1. Create vapor server...

bug

Since FileRotationLogger.init() takes a LogLevel (Puppy) as constructor paremeter, perhaps this extension should be public? Or maybe FileRotationLogger can can take Log.Level (swift-log) as parameter instead?

Once the LoggingSystem has been bootstrapped, adding a Loggerable to Puppy has no effect. This means it is no longer possible to add and remove loggers to a running system....

On Linux some log messages go to the console and some go to the specified file. The only logger is a File Rotation logger. ERROR, WARNING, DEBUG go to the...

Content range requests past EOF will fail witth the current version of vapor. It is common practice to just return the remaining bytes rather than throw a bad request error....