Skip to content
Success

Changes

Summary

  1. Only update the dns cache on new lookups (Fixes #1221) (commit: 1623fb6) (details)
Commit 1623fb695280ea8a88271058d15cd4f5c5badbc8 by Thinkofdeath (Thinkofdeath)
Only update the dns cache on new lookups (Fixes #1221)

This causes the cached entry to be looked up every 5 minutes instead of the previous system where it was kept as long as it was used. This fixes an issue where after Mojang's session servers go down the ip address tends to change. This caused bungee to repeatedly hit the old (inactive) one which with the previous system would be re-cached every time someone tried to connect
(commit: 1623fb6)
The file was modifiedproxy/src/main/java/net/md_5/bungee/http/HttpClient.java (diff)