Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2694239
D25754.1734774456.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
518 B
Referenced Files
None
Subscribers
None
D25754.1734774456.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 09:47 (9 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1024507
Default Alt Text
D25754.1734774456.diff (518 B)
Attached To
Mode
D25754: Add return statements for PhutilChannelChannel::readBytes()/writeBytes()
Attached
Detach File
Event Timeline
Log In to Comment