mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #48] [MERGED] Code Consistency and Clarity, Performance, and a Small Fix #960
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#960
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?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/48
Author: @yankejustin
Created: 4/8/2015
Status: ✅ Merged
Merged: 4/8/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (5)
b927aaeMake sure to dispose of old Socket8ecd568Fixed the loop that attempts to forward a port295dacaSome code consistency improvementsd5cb5b9Performance and clean-up for both SafeQuickLZe720d20Compacted Builder method📊 Changes
7 files changed (+126 additions, -115 deletions)
View changed files
📝
Client/Core/Compression/SafeQuickLZ.cs(+23 -20)📝
Client/Core/Helper/FileSplit.cs(+7 -8)📝
Server/Core/Compression/SafeQuickLZ.cs(+23 -20)📝
Server/Core/Helper/FileSplit.cs(+7 -8)📝
Server/Core/Helper/UPnP.cs(+9 -5)📝
Server/Core/Server.cs(+10 -0)📝
Server/Forms/FrmBuilder.cs(+47 -54)📄 Description
Fixed a rather small memory leak with the Server Socket potentially not being disposed of correctly, fixed a loop in the Server's 'UPnP' class that only gave one chance for a valid end-point to be found, improved the consistency in some parts of the code, optimized both of the 'SafeQuickLZ' class's Compression method, and compacted the Builder Form's 'Build' method to improve speed and to reduce redundancy .
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.