Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cdstar
cdstar
Commits
fb4ba5eb
Commit
fb4ba5eb
authored
Nov 25, 2019
by
mhellka
Browse files
Fix NPE after other error in async rest handling.
parent
5a5426a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
cdstar-rest/src/main/java/de/gwdg/cdstar/rest/servlet/AsyncContextImpl.java
View file @
fb4ba5eb
...
...
@@ -370,7 +370,6 @@ public class AsyncContextImpl implements AsyncContext, WriteListener, ReadListen
}
catch
(
final
Exception
e
)
{
onError
(
e
);
runInPool
(
null
,
null
,
e
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment