Page MenuHomePhorge

D25754.1740785550.diff
No OneTemporary

D25754.1740785550.diff

diff --git a/src/channel/PhutilChannelChannel.php b/src/channel/PhutilChannelChannel.php
--- a/src/channel/PhutilChannelChannel.php
+++ b/src/channel/PhutilChannelChannel.php
@@ -52,11 +52,11 @@
}
protected function readBytes($length) {
- $this->throwOnRawByteOperations();
+ return $this->throwOnRawByteOperations();
}
protected function writeBytes($bytes) {
- $this->throwOnRawByteOperations();
+ return $this->throwOnRawByteOperations();
}
protected function getReadSockets() {

File Metadata

Mime Type
text/plain
Expires
Feb 28 2025, 23:32 (6 w, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1131959
Default Alt Text
D25754.1740785550.diff (518 B)

Event Timeline