ott

Results 54 comments of ott

I can confirm that the changed link is correct. This pull request should be merged.

@lazka This is a first attempt to support the If-Modified-Since header. Do you have the means to test this? I copied the source code from `net/http`, as suggested, so I...

@etix Most of this pull request has been copied from `net/http`. How would you like me to attribute this? I will add the attribution to the commit message. However, I...

Most likely, the database is changed in-place. I verified that [maxminddb-golang](https://github.com/oschwald/maxminddb-golang) opens the database with `os.Open` and keeps the file descriptor open. Therefore, the updater should unlink the current database,...

Perhaps it would be best if the origin server would also keep old files for as long as it expects that clients have not updated their metadata. This would remove...

Can you explain your changes more. I could not follow them. For example, where the 1000 km come from. I also have doubts about the assumption that geographic proximity means...

Do you have more detailed information where this issue occurs? If I'm not mistaken, the HTTP client from `net/http` should check certificate expiration.

Would a log file suffice?

As far as I understand it, Redis is not part of the Docker container. Therefore, the user chooses where Redis is running and how its data is backed up. So...

Can you explain in more detail how this feature is to be used or where it would be useful?