fix(core): Fixes OPL with stale header (#651)
- [X] FIxes stale header/header args Closes #650 Closes #607
This commit is contained in:
parent
510d2e006b
commit
61c49b8faa
3 changed files with 10 additions and 11 deletions
|
|
@ -58,6 +58,8 @@ namespace Server
|
|||
_position = 15;
|
||||
_hash = 0;
|
||||
_strings = 0;
|
||||
Header = 0;
|
||||
HeaderArgs = null;
|
||||
}
|
||||
|
||||
public void Flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue