Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3301873
D4651.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
608 B
Referenced Files
None
Subscribers
None
D4651.diff
View Options
diff --git a/services/backup/src/Reactors/server/PullBackupReactor.cpp b/services/backup/src/Reactors/server/PullBackupReactor.cpp
--- a/services/backup/src/Reactors/server/PullBackupReactor.cpp
+++ b/services/backup/src/Reactors/server/PullBackupReactor.cpp
@@ -164,10 +164,7 @@
// If there's data inside, we write it to the client and proceed.
if (dataChunk.empty()) {
this->nextLog();
- return nullptr;
} else {
- dataChunk =
- this->prepareDataChunkWithPadding(dataChunk, extraBytesNeeded);
response->set_logchunk(dataChunk);
}
return nullptr;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 4:39 AM (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2536755
Default Alt Text
D4651.diff (608 B)
Attached To
Mode
D4651: [services] Blob - PullBackupReactor - Simplify write response logic
Attached
Detach File
Event Timeline
Log In to Comment