HTTP server no adhears to the correct carrage return of \r\n

This commit is contained in:
Ziver Koc 2026-04-04 23:50:36 +02:00
parent 7209d677a4
commit 8a7bc3362e
3 changed files with 47 additions and 43 deletions

View file

@ -10,7 +10,7 @@ plugins {
/*
* The MIT License (MIT)
*
* Copyright (c) 2025 Ziver Koc
* Copyright (c) 2025-2026 Ziver Koc
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -82,6 +82,7 @@ java {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
options.compilerArgs << "-Xlint:unchecked"
}
sourceSets {