Skip to content

Commit 461dfdb

Browse files
author
jamie
committed
#29: Matching capitalization from spec
1 parent 87f7507 commit 461dfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nl/martijndwars/webpush/PushService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public HttpPost preparePost(Notification notification, Encoding encoding) throws
191191
httpPost.addHeader("TTL", String.valueOf(notification.getTTL()));
192192

193193
if (notification.hasUrgency()) {
194-
httpPost.addHeader("urgency", notification.getUrgency().getHeaderValue());
194+
httpPost.addHeader("Urgency", notification.getUrgency().getHeaderValue());
195195
}
196196

197197
Map<String, String> headers = new HashMap<>();

0 commit comments

Comments
 (0)