HTTP server no adhears to the correct carrage return of \r\n
This commit is contained in:
parent
7209d677a4
commit
8a7bc3362e
3 changed files with 47 additions and 43 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue