Skip to content

session timeout due to ERR_SPDY_PROTOCOL_ERROR #636

@c-bik

Description

@c-bik

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:''));
}
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions