Stefan Scheidewig
Stefan Scheidewig
In a scenario when tusd is used as library it is most probably integrated into an application having some kind of authentication context attached to the actual tus requests. To...
The Upload-Offset header is a mandatory response header within the tus protocol. In a scenario using tusd as library by uploading and processing big files the client's request can be...
**Is your feature request related to a problem? Please describe.** We are using `v2` as a library integrated into a `go-chi` application. Within that application every handler is mounted after...
**Describe the bug** When a `*sql.DB` is created with `stdlib.OpenDBFromPool` the underlying pool is not closed when the created `*sql.DB` is closed as the created [connector](https://github.com/jackc/pgx/blob/0f77a2d028414a616da37d0a07813dfaf61e5d5f/stdlib/sql.go#L227) does not implement the...