ミラー元
https://github.com/maxgoedjen/secretive.git
前回の同期 2025-07-18 20:10:56 +00:00
Update Agent.swift (#359)
このコミットが含まれているのは:
コミット
ae7394f771
@ -32,7 +32,7 @@ extension Agent {
|
||||
/// - writer: A ``FileHandleWriter`` to write the response to.
|
||||
/// - Return value:
|
||||
/// - Boolean if data could be read
|
||||
public func handle(reader: FileHandleReader, writer: FileHandleWriter) -> Bool {
|
||||
@discardableResult public func handle(reader: FileHandleReader, writer: FileHandleWriter) -> Bool {
|
||||
Logger().debug("Agent handling new data")
|
||||
let data = Data(reader.availableData)
|
||||
guard data.count > 4 else { return false}
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする