Commit e73befd
authored
RequestStream creation before refering to it
After a change in AuthenticationManager, which is using ClientContext extension to add WebRequestExecutorFactory, HTTP requests are failing with null reference exception, as _requestStream was never initialized and .Seek method is failing to execute.
Added instance creation before executing seek method1 parent 95a68cc commit e73befd
File tree
1 file changed
+1
-0
lines changed- src/lib/PnP.Framework/Http
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments