`PipelinePhase` was demoted from data class, becau...
# ktor
o
PipelinePhase
was demoted from data class, because we want to be able to create “private phases”, but having it data class allows anyone to create phase with the same name. Also, accidentally creating phase with the same name, especially in a modular application can lead to unwanted effect of them being “merged"