Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session timeout due to ERR_SPDY_PROTOCOL_ERROR #636

Open
c-bik opened this issue Nov 19, 2019 · 0 comments
Open

session timeout due to ERR_SPDY_PROTOCOL_ERROR #636

c-bik opened this issue Nov 19, 2019 · 0 comments
Assignees
Labels

Comments

@c-bik
Copy link
Member

c-bik commented Nov 19, 2019

To check how this error shows up in:

error: function (request, textStatus, errorThrown) {
if(this.hasOwnProperty('_spinCounter')) {
this.removeWheel();
}
if($.isFunction(_errorevt)) {
_errorevt(errorThrown, textStatus);
} else if(!dderlState.currentErrorAlert || !dderlState.currentErrorAlert.hasClass('ui-dialog-content')) {
dderlState.currentErrorAlert = alert_jq('HTTP Error'+
(textStatus.length > 0 ? ' '+textStatus:'') +
(errorThrown.length > 0 ? ' details '+errorThrown:''));
}
}

@c-bik c-bik added the bug label Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants