-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Resource#getSize: Retrieve Resource's size (#256)
Stats.size was not set for a stream. To ensure Resource's size can be retrieved for: * stream * string * buffer async method is introduced which uses #getBuffer to ensure that size retrieval works for all content types. followup of #253
- Loading branch information
1 parent
32edead
commit 9d2cc6c
Showing
2 changed files
with
44 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters