[PR #21] [MERGED] Compress gzip before sending #109

Closed
opened 2026-03-03 19:11:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/21
Author: @NghiaTranUIT
Created: 10/31/2020
Status: Merged
Merged: 10/31/2020
Merged by: @NghiaTranUIT

Base: mainHead: improve/add-compression


📝 Commits (2)

📊 Changes

6 files changed (+1506 additions, -550 deletions)

View changed files

📝 Atlantis.xcodeproj/Atlantis_Info.plist (+20 -21)
📝 Atlantis.xcodeproj/project.pbxproj (+697 -522)
📝 Sources/Atlantis.swift (+2 -2)
📝 Sources/Configuration.swift (+4 -4)
Sources/DataCompression.swift (+778 -0)
📝 Sources/Transporter.swift (+5 -1)

📄 Description

Changelog

  • Add DataCompression
  • Compress the data before sending

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/21 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 10/31/2020 **Status:** ✅ Merged **Merged:** 10/31/2020 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `improve/add-compression` --- ### 📝 Commits (2) - [`c6e93e6`](https://github.com/ProxymanApp/atlantis/commit/c6e93e67df0f1e7bcf89baa8e4c7c154ae66d338) Compress gzip before sending - [`10e8155`](https://github.com/ProxymanApp/atlantis/commit/10e81550893f25b54839a967d24f3abd352b3430) Improve ### 📊 Changes **6 files changed** (+1506 additions, -550 deletions) <details> <summary>View changed files</summary> 📝 `Atlantis.xcodeproj/Atlantis_Info.plist` (+20 -21) 📝 `Atlantis.xcodeproj/project.pbxproj` (+697 -522) 📝 `Sources/Atlantis.swift` (+2 -2) 📝 `Sources/Configuration.swift` (+4 -4) ➕ `Sources/DataCompression.swift` (+778 -0) 📝 `Sources/Transporter.swift` (+5 -1) </details> ### 📄 Description ## Changelog - Add DataCompression - Compress the data before sending --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:11:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#109
No description provided.