mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 09:45:54 +03:00
[GH-ISSUE #57] New branch for a new release #23
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samuelwilliams on GitHub (Sep 9, 2018).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/57
I've made a butt-load of changes to the core-code that breaks some existing functionality, so I made a new branch tentatively named "version-1".
The big changes are:
@ivanstan commented on GitHub (Sep 9, 2018):
Seems like Server::errorResponse is no longer used? Also class members defaultTtl and packetMaxLength
@samuelwilliams commented on GitHub (Sep 11, 2018):
You're right, it is probably worth taking them out. But I am not sure of the packetMaxLength's original purpose, did it have something to do with REACT?
@ivanstan commented on GitHub (Sep 11, 2018):
No, it was used before we introduced react
@ivanstan commented on GitHub (Sep 11, 2018):
Issue we discussed here https://github.com/yswery/PHP-DNS-SERVER/pull/56 still present on version-1 branch. Looking if I can simulate it in tests.