mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #80 - De-unify netwerk/protocol/ftp
This commit is contained in:
parent
911270ea60
commit
f0b717678c
3 changed files with 5 additions and 1 deletions
|
|
@ -14,6 +14,9 @@ using namespace mozilla;
|
|||
using namespace mozilla::net;
|
||||
extern LazyLogModule gFTPLog;
|
||||
|
||||
#undef LOG
|
||||
#define LOG(args) MOZ_LOG(gFTPLog, mozilla::LogLevel::Debug, args)
|
||||
|
||||
// There are two transport connections established for an
|
||||
// ftp connection. One is used for the command channel , and
|
||||
// the other for the data channel. The command channel is the first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue