shiori/internal/core
Felipe Martin Garcia 0fe24d2598
fix: url modification when query param is empty (#411)
This commit fixes URL malformation when trying to remove the utm social
query parameters from an URL, which upon finishing and reconstructing
would attach the equal symbol even if the original URL didn't have it.

This is a known Go "bug" [1] that isn't going to be "fixed". I quote
that because server side should behave the same for `?a=&b=1` and
`?a&b=1` for the `a` parameter, but sometimes that's not the case.

[1]: https://github.com/golang/go/issues/20820

Fixes #409
2022-03-27 21:01:39 +02:00
..
core.go Move warc to another package 2019-10-09 20:10:12 +07:00
download.go Move warc to another package 2019-10-09 20:10:12 +07:00
processing.go feat: async content download when creating via api (#368) 2022-02-13 21:09:42 +01:00
url.go fix: url modification when query param is empty (#411) 2022-03-27 21:01:39 +02:00